1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:37:45 +00:00

LibJS: Rename Temporal.now => Temporal.Now

See:

- d0acb66
- 0097fdd
This commit is contained in:
Linus Groh 2021-07-19 00:25:22 +01:00
parent d159938acc
commit 5516ad7158
3 changed files with 5 additions and 4 deletions

View file

@ -37,6 +37,7 @@ namespace JS {
P(Math) \
P(NEGATIVE_INFINITY) \
P(NaN) \
P(Now) \
P(Number) \
P(PI) \
P(POSITIVE_INFINITY) \