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 <[email protected]>
Authored: Fri May 25 08:28:11 2012 -0400
Committer: macdonst <[email protected]>
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.

Reply via email to