2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-12-23 03:18:55 +00:00

Fix white space.

This commit is contained in:
Tomas Kirda 2012-12-21 18:10:28 -06:00
parent f75ed9f080
commit 8312b03dbe

View File

@ -50,7 +50,7 @@
function Autocomplete(el, options) {
var noop = function () { },
that = this,
that = this,
defaults = {
serviceUrl: null,
lookup: null,