Remove tab character

This commit is contained in:
Brian Carlson 2013-07-08 08:16:10 -05:00
parent 3f4a44e973
commit 05e9026aea

View File

@ -16,7 +16,7 @@ var NativeQuery = function(config, values, callback) {
var c = utils.normalizeQueryConfig(config, values, callback);
this.name = c.name;
this.name = c.name;
this.text = c.text;
this.values = c.values;
this.callback = c.callback;