зеркало из https://github.com/mozilla/pjs.git
bug 580302 - Incorrect reference to Services in stylePanel.jsm, r=gavin
This commit is contained in:
Родитель
894c07b7ff
Коммит
00377014e9
|
@ -54,6 +54,9 @@ var EXPORTED_SYMBOLS = ["style"];
|
|||
|
||||
const Cc = Components.classes;
|
||||
const Ci = Components.interfaces;
|
||||
const Cu = Components.utils;
|
||||
|
||||
Cu.import("resource://gre/modules/Services.jsm");
|
||||
|
||||
var style = {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче