Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed a typo in CupcakeLocalStorage
  • Loading branch information
macdonst committed May 25, 2012
1 parent 95f199e commit 3edbc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/android/platform.js
Expand Up @@ -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.
Expand Down

0 comments on commit 3edbc44

Please sign in to comment.