Remove tab character
This commit is contained in:
parent
3f4a44e973
commit
05e9026aea
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user