diff --git a/framework/src/com/phonegap/Storage.java b/framework/src/com/phonegap/Storage.java index 924b5b55..0d764f9c 100755 --- a/framework/src/com/phonegap/Storage.java +++ b/framework/src/com/phonegap/Storage.java @@ -178,9 +178,10 @@ public class Storage extends Plugin { } while (cur.moveToNext()); - // Let JavaScript know that there are no more rows - this.sendJavascript("droiddb.completeQuery('" + tx_id + "');"); } + // Let JavaScript know that there are no more rows + this.sendJavascript("droiddb.completeQuery('" + tx_id + "');"); + } } \ No newline at end of file