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