gnome-shell/js/misc
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
..
config.js.in
extensionUtils.js extensionUtils: Use a unique 'subdir' to create new importers 2016-10-18 19:19:32 +02:00
fileUtils.js
gnomeSession.js
history.js
ibusManager.js ibusManager: Use const correctly 2017-02-10 13:19:08 -08:00
jsParse.js
keyboardManager.js js: Avoid double declarations with let 2017-02-10 13:35:50 -08:00
loginManager.js loginManager: Extend canSuspend() callback 2016-05-27 17:04:46 +02:00
modemManager.js
objectManager.js Revert "objectManager: handle proxies coming and going" 2017-01-09 22:34:40 -05:00
params.js
smartcardManager.js
util.js shell-app: Add "discrete_gpu" option when launching apps 2016-10-21 19:26:49 +02:00