зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
8583663005
Коммит
984f811443
|
@ -2,8 +2,6 @@
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* 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/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
/* globals template */
|
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
const promise = require("promise");
|
const promise = require("promise");
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
/* 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
|
* 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/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
/* globals gDevTools */
|
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче