Skip to content
Snippets Groups Projects
Commit 3c20a647 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed eslint error

parent e4067c57
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -50,7 +50,7 @@
clearTimeout(timeout);
return timeout = setTimeout(function() {
$inputContainer.parent().addClass('is-loading');
return this.options.query(this.input.val(), function(data) {
$inputContainer.parent().removeClass('is-loading');
return this.options.callback(data);
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment