Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)

This commit is contained in:
Shu-yu Guo
2015-09-15 11:19:45 -07:00
parent b5d1789b6c
commit 37989840cd
2610 changed files with 6512 additions and 6512 deletions

View File

@@ -8,7 +8,7 @@
* customization mode by handling customizationstarting and customizationending
* events.
*/
let CustomizationHandler = {
var CustomizationHandler = {
handleEvent: function(aEvent) {
switch(aEvent.type) {
case "customizationstarting":