mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibJS: Add missing spec links
This commit is contained in:
parent
0e21bf0f23
commit
16c38788c3
10 changed files with 12 additions and 12 deletions
|
@ -59,7 +59,7 @@ bool is_builtin_calendar(String const& identifier)
|
|||
return true;
|
||||
}
|
||||
|
||||
// 12.1.3 GetBuiltinCalendar ( id )
|
||||
// 12.1.3 GetBuiltinCalendar ( id ), https://tc39.es/proposal-temporal/#sec-temporal-getbuiltincalendar
|
||||
Calendar* get_builtin_calendar(GlobalObject& global_object, String const& identifier)
|
||||
{
|
||||
auto& vm = global_object.vm();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue