mirror of
https://github.com/moparisthebest/PhoneGap-SQLitePlugin-Android
synced 2025-02-17 07:20:25 -05:00
Fix indenting of test function
This commit is contained in:
parent
aa59fdd5e2
commit
92e9fda954
@ -18,10 +18,6 @@
|
||||
|
||||
function onDeviceReady() {
|
||||
|
||||
test( "hello test", function() {
|
||||
ok( 1 == "1", "Passed!" );
|
||||
});
|
||||
|
||||
test( "db transaction test", function() {
|
||||
|
||||
var db = window.sqlitePlugin.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
|
||||
|
Loading…
Reference in New Issue
Block a user