diff --git a/background.js b/background.js index 8dae225..92560b8 100644 --- a/background.js +++ b/background.js @@ -38,7 +38,7 @@ function removeListeners() { chrome.bookmarks.onRemoved.removeListener(syncBookmarks); chrome.bookmarks.onChanged.removeListener(syncBookmarks); chrome.bookmarks.onMoved.removeListener(syncBookmarks); - chrome.bookmarks.onChildrenReordered.removeLisstener(syncBookmarks); + chrome.bookmarks.onChildrenReordered.removeListener(syncBookmarks); //chrome.bookmarks.onImportEnded.removeListener(syncBookmarks); }