You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bc...@apache.org on 2012/02/29 06:26:58 UTC

git commit: Fix WebSQL storage for Android 4.0.2.

Updated Branches:
  refs/heads/master c18272acd -> 51f6f57a4


Fix WebSQL storage for Android 4.0.2.


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/51f6f57a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/51f6f57a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/51f6f57a

Branch: refs/heads/master
Commit: 51f6f57a43933f6a30d67b0061301d572770c657
Parents: c18272a
Author: Bryce Curtis <cu...@gmail.com>
Authored: Tue Feb 28 23:26:45 2012 -0600
Committer: Bryce Curtis <cu...@gmail.com>
Committed: Tue Feb 28 23:26:45 2012 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/51f6f57a/lib/platform/android.js
----------------------------------------------------------------------
diff --git a/lib/platform/android.js b/lib/platform/android.js
index b9a457f..6919f29 100644
--- a/lib/platform/android.js
+++ b/lib/platform/android.js
@@ -80,8 +80,6 @@ module.exports = {
           }
 
           if (db === null) {
-            // TOOD: this is wrong
-              setupDroidDB();
               return storage.openDatabase(name, version, desc, size);
           }
           else {