Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central

Backed out changeset cfc1820361f5 (bug 1202902)
This commit is contained in:
Carsten "Tomcat" Book
2015-10-07 12:13:45 +02:00
parent 2e010e857c
commit 12369728f5
665 changed files with 1243 additions and 1243 deletions

View File

@@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
var {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;
const {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;
const {require, loader} = Cu.import("resource://gre/modules/devtools/shared/Loader.jsm", {});
const promise = require("promise");
loader.lazyImporter(this, "Task", "resource://gre/modules/Task.jsm", "Task");