summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/handlers/javascript/duktape/Window.bnd2
1 files changed, 1 insertions, 1 deletions
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);