Bug 1341029 - Turn on the ESLint no-undef rule for all of toolkit/. r=jaws

MozReview-Commit-ID: Ed9FfkskDos
This commit is contained in:
Mark Banner
2017-02-20 11:45:58 +00:00
parent 1ddcd191a9
commit 703aa9e231
52 changed files with 156 additions and 59 deletions

View File

@@ -1,6 +1,7 @@
/* eslint-env mozilla/frame-script */
var { classes: Cc, interfaces: Ci, utils: Cu } = Components;
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
const gfxFrameScript = {
domUtils: null,