Bug 1314047 - remove some unnecessary eslint "globals" from inspector; r?gregtatum draft
authorTom Tromey <tom@tromey.com>
Thu, 27 Oct 2016 05:34:33 -0600
changeset 431791 f39f7890da71484e34cea80894e906284aaa98d5
parent 431787 017b9ab11023412bf8cb681045a30fe7827f2a98
child 535462 ca0c7ea61d546db7c12e62a571d129b10bb5dca6
push id34106
push userbmo:ttromey@mozilla.com
push dateMon, 31 Oct 2016 15:34:51 +0000
reviewersgregtatum
bugs1314047
milestone52.0a1
Bug 1314047 - remove some unnecessary eslint "globals" from inspector; r?gregtatum MozReview-Commit-ID: EUYMiF7dNKz
devtools/client/inspector/markup/markup.js
devtools/client/inspector/rules/rules.js
--- a/devtools/client/inspector/markup/markup.js
+++ b/devtools/client/inspector/markup/markup.js
@@ -1,14 +1,12 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
-/* globals template */
-
 "use strict";
 
 const promise = require("promise");
 const Services = require("Services");
 const defer = require("devtools/shared/defer");
 const {Task} = require("devtools/shared/task");
 const nodeConstants = require("devtools/shared/dom-node-constants");
 const nodeFilterConstants = require("devtools/shared/dom-node-filter-constants");
--- a/devtools/client/inspector/rules/rules.js
+++ b/devtools/client/inspector/rules/rules.js
@@ -1,14 +1,13 @@
 /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
 /* vim: set ts=2 et sw=2 tw=80: */
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-/* globals gDevTools */
 
 "use strict";
 
 const promise = require("promise");
 const Services = require("Services");
 const {Task} = require("devtools/shared/task");
 const {Tools} = require("devtools/client/definitions");
 const {l10n} = require("devtools/shared/inspector/css-logic");