You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2012/05/25 14:28:29 UTC

js commit: fixed a typo in CupcakeLocalStorage

Updated Branches:
  refs/heads/master 95f199e1c -> 3edbc444b


fixed a typo in CupcakeLocalStorage


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/3edbc444
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/3edbc444
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/3edbc444

Branch: refs/heads/master
Commit: 3edbc444b2091f11f149dea225b0ad8da4120f71
Parents: 95f199e
Author: macdonst <si...@gmail.com>
Authored: Fri May 25 08:28:11 2012 -0400
Committer: macdonst <si...@gmail.com>
Committed: Fri May 25 08:28:11 2012 -0400

----------------------------------------------------------------------
 lib/android/platform.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/3edbc444/lib/android/platform.js
----------------------------------------------------------------------
diff --git a/lib/android/platform.js b/lib/android/platform.js
index 87551be..58394ab 100644
--- a/lib/android/platform.js
+++ b/lib/android/platform.js
@@ -89,7 +89,7 @@ module.exports = {
 
         // Patch localStorage if necessary
         if (typeof window.localStorage == 'undefined' || window.localStorage === null) {
-            window.localStorage = new storage.CupCakeLocalStorage();
+            window.localStorage = new storage.CupcakeLocalStorage();
         }
 
         // Let native code know we are all done on the JS side.