зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1233888 - Convert to Promise.jsm in app validator. r=ochameau
This commit is contained in:
Родитель
9fe4fd43a2
Коммит
a7dd960612
|
@ -4,7 +4,7 @@
|
|||
"use strict";
|
||||
|
||||
var {Ci,Cu,CC} = require("chrome");
|
||||
const promise = require("devtools/shared/deprecated-sync-thenables");
|
||||
const promise = require("promise");
|
||||
|
||||
const {FileUtils} = Cu.import("resource://gre/modules/FileUtils.jsm", {});
|
||||
const Services = require("Services");
|
||||
|
|
Загрузка…
Ссылка в новой задаче