Bug 1288830 - Start to lint parts of the performance tool. r=jsantell

This commit is contained in:
Greg Tatum
2016-07-22 13:55:00 -04:00
parent 89d83192e6
commit 54f9488fd4
14 changed files with 220 additions and 97 deletions

View File

@@ -5,7 +5,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
const { Cc, Ci, Cu, Cr } = require("chrome");
const { Task } = require("devtools/shared/task");
loader.lazyRequireGetter(this, "promise");