Fix deregistration of auto-sync listener

This commit is contained in:
Dan Stillman 2016-09-24 00:47:56 -04:00
parent 2320385fa8
commit 12da3f00dc

View File

@ -161,7 +161,7 @@ Zotero.Sync.EventListeners.AutoSyncListener = {
unregister: function () {
if (this._observerID) {
Zotero.Notifier.unregisterObserver(_observerID);
Zotero.Notifier.unregisterObserver(this._observerID);
}
}
}