Typo fix
This commit is contained in:
@@ -38,7 +38,7 @@ function removeListeners() {
|
|||||||
chrome.bookmarks.onRemoved.removeListener(syncBookmarks);
|
chrome.bookmarks.onRemoved.removeListener(syncBookmarks);
|
||||||
chrome.bookmarks.onChanged.removeListener(syncBookmarks);
|
chrome.bookmarks.onChanged.removeListener(syncBookmarks);
|
||||||
chrome.bookmarks.onMoved.removeListener(syncBookmarks);
|
chrome.bookmarks.onMoved.removeListener(syncBookmarks);
|
||||||
chrome.bookmarks.onChildrenReordered.removeLisstener(syncBookmarks);
|
chrome.bookmarks.onChildrenReordered.removeListener(syncBookmarks);
|
||||||
//chrome.bookmarks.onImportEnded.removeListener(syncBookmarks);
|
//chrome.bookmarks.onImportEnded.removeListener(syncBookmarks);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user