From 78d42fa957829d802a7fff207bc9b0d4573383d5 Mon Sep 17 00:00:00 2001 From: nexushoratio Date: Sun, 5 Jan 2014 17:05:15 -0800 Subject: [PATCH 1/4] Minor typo in new code. --- code/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/boot.js b/code/boot.js index 514e2d0e..ebe0ea06 100644 --- a/code/boot.js +++ b/code/boot.js @@ -507,7 +507,7 @@ window.setupLayerChooserApi = function() { function boot() { try { //EXPERIMENTAL TEST - if(!isSmartphone()) // TODO remove completly? + if(!isSmartphone()) // TODO remove completely? window.debug.console.overwriteNativeIfRequired(); console.log('loading done, booting. Built: @@BUILDDATE@@'); From b279c05a4168b4082473d5e7701055ff7dbafc31 Mon Sep 17 00:00:00 2001 From: nexushoratio Date: Sun, 5 Jan 2014 17:09:36 -0800 Subject: [PATCH 2/4] s/Detal/Detail/ --- plugins/reso-energy-pct-in-portal-detail.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/reso-energy-pct-in-portal-detail.user.js b/plugins/reso-energy-pct-in-portal-detail.user.js index aa6ecbf7..0fc2858e 100644 --- a/plugins/reso-energy-pct-in-portal-detail.user.js +++ b/plugins/reso-energy-pct-in-portal-detail.user.js @@ -19,9 +19,9 @@ // PLUGIN START //////////////////////////////////////////////////////// // use own namespace for plugin -window.plugin.resoEnergyPctInPortalDetal = function() {}; +window.plugin.resoEnergyPctInPortalDetail = function() {}; -window.plugin.resoEnergyPctInPortalDetal.updateMeter = function(data) { +window.plugin.resoEnergyPctInPortalDetail.updateMeter = function(data) { $("span.meter-level") .css({ "word-spacing": "-1px", @@ -39,7 +39,7 @@ window.plugin.resoEnergyPctInPortalDetal.updateMeter = function(data) { } var setup = function() { - window.addHook('portalDetailsUpdated', window.plugin.resoEnergyPctInPortalDetal.updateMeter); + window.addHook('portalDetailsUpdated', window.plugin.resoEnergyPctInPortalDetail.updateMeter); } // PLUGIN END ////////////////////////////////////////////////////////// From eabe2dae7dd47ed35ab72008837ed8705e2919cd Mon Sep 17 00:00:00 2001 From: nexushoratio Date: Sun, 5 Jan 2014 17:34:34 -0800 Subject: [PATCH 3/4] Minor grammar tweak. --- plugins/broken/ap-list.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/broken/ap-list.user.js b/plugins/broken/ap-list.user.js index 87cc5b08..67990442 100644 --- a/plugins/broken/ap-list.user.js +++ b/plugins/broken/ap-list.user.js @@ -133,7 +133,7 @@ window.plugin.apList.getPortalDestroyCheckbox = function(portal) { window.plugin.apList.getCheckbox = function(onClick, addedClass, content) { // 2 div for centering checkbox horizontally and vertically, - // click event on outest div for people with not so good aiming + // click event on most outer div for people with not so good aiming var div = '
' + '
' + (content || '') From 95f225acf1b47105b9031372aaa81c48a8515ee9 Mon Sep 17 00:00:00 2001 From: nexushoratio Date: Sun, 5 Jan 2014 17:41:08 -0800 Subject: [PATCH 4/4] fix typo --- plugins/sync.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sync.user.js b/plugins/sync.user.js index 21ea6b94..c68e3e81 100644 --- a/plugins/sync.user.js +++ b/plugins/sync.user.js @@ -36,7 +36,7 @@ window.plugin.sync = function() {}; window.plugin.sync.KEY_UUID = {key: 'plugin-sync-data-uuid', field: 'uuid'}; -// Each client has an unique UUID, to identify remote data is udpated by other clients or not +// Each client has an unique UUID, to identify remote data is updated by other clients or not window.plugin.sync.uuid = null; window.plugin.sync.dialogHTML = null;