Fix deregistration of auto-sync listener
This commit is contained in:
parent
2320385fa8
commit
12da3f00dc
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ Zotero.Sync.EventListeners.AutoSyncListener = {
|
|||
|
||||
unregister: function () {
|
||||
if (this._observerID) {
|
||||
Zotero.Notifier.unregisterObserver(_observerID);
|
||||
Zotero.Notifier.unregisterObserver(this._observerID);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue