mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
Fixin group storage
This commit is contained in:
+1
-1
@@ -66,5 +66,5 @@ Contacts.prototype.droidDone = function()
|
||||
}
|
||||
|
||||
PhoneGap.addConstructor(function() {
|
||||
if(typeof navigator.Contacts == "undefined") navigator.Contacts = new Contacts();
|
||||
if(typeof navigator.contacts == "undefined") navigator.contacts = new Contacts();
|
||||
});
|
||||
|
||||
@@ -25,6 +25,12 @@ DroidDB.prototype.completeQuery = function(tx_id)
|
||||
tx.win(r);
|
||||
}
|
||||
|
||||
DroidDB.prototype.fail = function(reason, tx_id)
|
||||
{
|
||||
var tx = this.txQueue[tx_id];
|
||||
tx.fail(reason);
|
||||
}
|
||||
|
||||
var DatabaseShell = function()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user