Bug 1289549 P5 socialapi fix path in pocket bootstrap, r=florian

MozReview-Commit-ID: 8dqHYLjj5RX
This commit is contained in:
Shane Caraveo 2016-08-23 15:24:07 -07:00
Родитель e2da2722a8
Коммит a0e6f2f6b1
1 изменённых файлов: 1 добавлений и 1 удалений

2
browser/extensions/pocket/bootstrap.js поставляемый
Просмотреть файл

@ -15,7 +15,7 @@ XPCOMUtils.defineLazyModuleGetter(this, "RecentWindow",
XPCOMUtils.defineLazyModuleGetter(this, "CustomizableUI",
"resource:///modules/CustomizableUI.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "SocialService",
"resource://gre/modules/SocialService.jsm");
"resource:///modules/SocialService.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "AddonManager",
"resource://gre/modules/AddonManager.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "ReaderMode",