This commit is contained in:
Brian Carlson 2011-04-20 22:48:50 -05:00
parent c98bb21641
commit eba68017d1

View File

@ -129,6 +129,7 @@ var NativeQuery = function(text, values, callback) {
this.text = text.text;
this.values = text.values;
this.name = text.name;
this.callback = values;
} else {
this.text = text;
this.values = values;