Merge pull request #880 from nexushoratio/whitespace

Remove some trailing whitespace.
This commit is contained in:
Jon Atkins 2014-11-02 19:15:12 +00:00
commit 670f44e981

View File

@ -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) {