Fix WebSQL for Android 4.0.2.

This commit is contained in:
Bryce Curtis
2012-02-28 23:26:21 -06:00
parent 3ebc1d71df
commit d2fc08959a
2 changed files with 3 additions and 5 deletions
-2
View File
@@ -1029,8 +1029,6 @@ module.exports = {
}
if (db === null) {
// TOOD: this is wrong
setupDroidDB();
return storage.openDatabase(name, version, desc, size);
}
else {