Philip Chimento aefd61c3db js: Avoid double declarations with let
The following code is a syntax error in ES6:

    let a = 'something';
    let a = 'other thing';

Previously GJS would silently accept this code, but in the next release the
SpiderMonkey JS engine will be more ES6-compliant.

https://bugzilla.gnome.org/show_bug.cgi?id=778425
2017-02-10 13:35:50 -08:00
..
2014-02-11 18:04:44 -05:00
2014-01-09 13:23:26 -05:00
2011-11-05 13:05:11 -04:00