From bc1810ed61d235aac76cfc19200155ec37f55b6e Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 21 Feb 2020 19:37:54 +0000 Subject: JS: it's Infinity not infinity Signed-off-by: Daniel Silverstone --- content/handlers/javascript/duktape/Window.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/handlers/javascript/duktape/Window.bnd b/content/handlers/javascript/duktape/Window.bnd index 478f92b99..44a5170d3 100644 --- a/content/handlers/javascript/duktape/Window.bnd +++ b/content/handlers/javascript/duktape/Window.bnd @@ -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); -- cgit v1.2.3