Bug 1314047 - remove some unnecessary eslint "globals" from inspector; r=gregtatum

MozReview-Commit-ID: EUYMiF7dNKz

--HG--
extra : rebase_source : d6ab50268f189f56dda63e1b2102155e9db7dba5
This commit is contained in:
Tom Tromey 2016-10-27 05:34:33 -06:00
Родитель 8583663005
Коммит 984f811443
2 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -2,8 +2,6 @@
* 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");

Просмотреть файл

@ -3,7 +3,6 @@
/* 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";