mirror of
https://github.com/moparisthebest/PhoneGap-SQLitePlugin-Android
synced 2024-11-13 12:35:09 -05:00
Rename test function
This commit is contained in:
parent
c398c471e3
commit
8dc11f6c1c
@ -14,9 +14,9 @@
|
||||
|
||||
<script>
|
||||
|
||||
document.addEventListener("deviceready", onDeviceReady, false);
|
||||
document.addEventListener("deviceready", doTest, false);
|
||||
|
||||
function onDeviceReady() {
|
||||
function doTest() {
|
||||
|
||||
test( "db transaction test", function() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user