зеркало из https://github.com/mozilla/pjs.git
Bug 562706 - Start using PlacesUtils.jsm instead of utils.js (typo fix) [r=mfinkle]
This commit is contained in:
Родитель
f99d1d2d27
Коммит
c2509da802
|
@ -44,7 +44,7 @@ XPCOMUtils.defineLazyGetter(this, "PluralForm", function() {
|
|||
});
|
||||
|
||||
XPCOMUtils.defineLazyGetter(this, "PlacesUtils", function() {
|
||||
Cu.import("resource://gre/modules/PlacesUtils.js");
|
||||
Cu.import("resource://gre/modules/PlacesUtils.jsm");
|
||||
return PlacesUtils;
|
||||
});
|
||||
|
||||
|
|
|
@ -100,7 +100,7 @@ BrowserStartup.prototype = {
|
|||
return; // no need to do initial import
|
||||
}
|
||||
|
||||
Cu.import("resource://gre/modules/PlacesUtils.js");
|
||||
Cu.import("resource://gre/modules/PlacesUtils.jsm");
|
||||
|
||||
try {
|
||||
let observer = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче