GitHub user davibe opened a pull request:
https://github.com/apache/incubator-cordova-android/pull/25
Storage: fix calling failQuery javascript function
Storage.java calls a non existent fail() function instead of failQuery
function
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/davibe/incubator-cordova-android master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-cordova-android/pull/25.patch
----
commit ccd4365922789defc39e6b7e2a32a7a2fc534610
Author: Davide Bertola <[email protected]>
Date: 2012-05-25T23:46:57-07:00
Fix calling cordova.plugin.storage.failQuery function from native code
----