Bug 1230373 - Enable mozilla/use-services for browser/components/ r=mossop
MozReview-Commit-ID: 9m9iss3jUJJ
This commit is contained in:
@@ -156,9 +156,7 @@ var gSyncPane = {
|
||||
this.updateWeavePrefs();
|
||||
|
||||
// Notify observers that the UI is now ready
|
||||
Components.classes["@mozilla.org/observer-service;1"]
|
||||
.getService(Components.interfaces.nsIObserverService)
|
||||
.notifyObservers(window, "sync-pane-loaded");
|
||||
Services.obs.notifyObservers(window, "sync-pane-loaded");
|
||||
},
|
||||
|
||||
_toggleComputerNameControls(editMode) {
|
||||
|
||||
Reference in New Issue
Block a user