Fix indenting of test function

This commit is contained in:
Chris Brody 2012-05-05 17:27:18 +02:00
parent aa59fdd5e2
commit 92e9fda954
1 changed files with 19 additions and 23 deletions

View File

@ -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);