Bug 1245462 - Replace usages of gDevTools.jsm by module imports. r=jryans

This commit is contained in:
Alexandre Poirot
2016-02-11 04:29:47 -08:00
parent 7b3f77cfec
commit c278a0c6db
47 changed files with 53 additions and 64 deletions

View File

@@ -8,8 +8,7 @@
const { Cc, Ci, Cu } = require("chrome");
const l10n = require("gcli/l10n");
loader.lazyImporter(this, "gDevTools", "resource://devtools/client/framework/gDevTools.jsm");
const { gDevTools } = require("devtools/client/framework/devtools");
/**
* The commands and converters that are exported to GCLI