mirror of
https://github.com/moparisthebest/PhoneGap-SQLitePlugin-Android
synced 2024-11-21 08:25:01 -05:00
fixed bug with null callback
This commit is contained in:
parent
c3a7894788
commit
5d989021a5
@ -230,7 +230,8 @@
|
||||
else
|
||||
{
|
||||
this.__completed = true;
|
||||
return success(txself);
|
||||
if(success)
|
||||
return success(txself);
|
||||
}
|
||||
};
|
||||
//}
|
||||
|
Loading…
Reference in New Issue
Block a user