зеркало из https://github.com/mozilla/gecko-dev.git
Bug 703633 - TreePanel.jsm uses a resource:/// url that ought to be resource://gre/; r=rcampbell
This commit is contained in:
Родитель
203768779b
Коммит
cb6bbdbf98
|
@ -45,7 +45,7 @@ const Cu = Components.utils;
|
|||
|
||||
Cu.import("resource:///modules/domplate.jsm");
|
||||
Cu.import("resource:///modules/InsideOutBox.jsm");
|
||||
Cu.import("resource:///modules/Services.jsm");
|
||||
Cu.import("resource://gre/modules/Services.jsm");
|
||||
|
||||
var EXPORTED_SYMBOLS = ["TreePanel", "DOMHelpers"];
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче