From 80e06ce9b7a0bc12678fda60fcb95eff51900aa7 Mon Sep 17 00:00:00 2001 From: Mike Castle Date: Fri, 19 Sep 2014 22:07:40 -0700 Subject: [PATCH] Remove some trailing whitespace. --- plugins/bookmarks-by-zaso.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/bookmarks-by-zaso.user.js b/plugins/bookmarks-by-zaso.user.js index 5eae4362..871cc470 100644 --- a/plugins/bookmarks-by-zaso.user.js +++ b/plugins/bookmarks-by-zaso.user.js @@ -68,7 +68,7 @@ return ID; } - // Format the string + // Format the string window.plugin.bookmarks.escapeHtml = function(text) { return text .replace(/&/g, "&") @@ -912,7 +912,7 @@ window.plugin.bookmarks.syncCallback = function(pluginName, fieldName, e, fullUpdated) { if(fieldName === window.plugin.bookmarks.KEY.field) { window.plugin.bookmarks.storeLocal(window.plugin.bookmarks.KEY); - // All data is replaced if other client update the data during this client offline, + // All data is replaced if other client update the data during this client offline, if(fullUpdated) { window.plugin.bookmarks.refreshBkmrks(); return; @@ -1193,7 +1193,7 @@ if(window.useAndroidPanes()) android.addPane("plugin-bookmarks", "Bookmarks", "ic_action_star"); window.addHook('paneChanged', window.plugin.bookmarks.onPaneChanged); - + // Remove the star window.addHook('portalSelected', function(data) { if(data.selectedPortalGuid === null) {