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