Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/bc1810ed61d235aac76cfc19200155ec37f55b6e
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/bc1810ed61d235aac76cfc19200155ec37f55b6e
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/bc1810ed61d235aac76cfc19200155ec37f55b6e

The branch, master has been updated
       via  bc1810ed61d235aac76cfc19200155ec37f55b6e (commit)
      from  895134c35d155d865e9192076bca1aa7cbc22ebc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=bc1810ed61d235aac76cfc19200155ec37f55b6e
commit bc1810ed61d235aac76cfc19200155ec37f55b6e
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    JS: it's Infinity not infinity
    
    Signed-off-by: Daniel Silverstone <[email protected]>

diff --git a/content/handlers/javascript/duktape/Window.bnd 
b/content/handlers/javascript/duktape/Window.bnd
index 478f92b..44a5170 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);


-----------------------------------------------------------------------

Summary of changes:
 content/handlers/javascript/duktape/Window.bnd |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/handlers/javascript/duktape/Window.bnd 
b/content/handlers/javascript/duktape/Window.bnd
index 478f92b..44a5170 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);


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to