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

@@ -142,7 +142,7 @@ function testCompositor(win, ctx) {
return testPassed;
}
let listener = {
var listener = {
QueryInterface: XPCOMUtils.generateQI([Ci.nsIObserver]),
win: null,