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

@@ -47,7 +47,7 @@ CallbackCaller.prototype = {
},
};
let ContentPrefServiceChild = {
var ContentPrefServiceChild = {
QueryInterface: XPCOMUtils.generateQI([ Ci.nsIContentPrefService2 ]),
// Map from pref name -> set of observers