diff --git a/src/jquery.autocomplete.js b/src/jquery.autocomplete.js index 4a9e1e8..1e063c8 100644 --- a/src/jquery.autocomplete.js +++ b/src/jquery.autocomplete.js @@ -50,7 +50,7 @@ function Autocomplete(el, options) { var noop = function () { }, - that = this, + that = this, defaults = { serviceUrl: null, lookup: null,