mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-24 10:24:36 +03:00
JS: it's Infinity not infinity
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
895134c35d
commit
bc1810ed61
@ -273,7 +273,7 @@ prototype Window()
|
||||
duk_put_prop_string(ctx, 0, #v)
|
||||
/* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects */
|
||||
/* ** Value properties */
|
||||
EXPOSE(infinity);
|
||||
EXPOSE(Infinity);
|
||||
EXPOSE(NaN);
|
||||
EXPOSE(undefined);
|
||||
EXPOSE(null);
|
||||
|
Loading…
x
Reference in New Issue
Block a user