Fixed custom-autocomplete ajax-call debouncing.

This commit is contained in:
Jonny Gerig Meyer 2011-11-14 14:00:55 -05:00
Родитель 9470e2d1cd
Коммит b90414a14f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -305,7 +305,7 @@
}
};
if (options.ajax) {
$(this).doTimeout(150, function () {
$(this).doTimeout('autocomplete', 200, function () {
updateSuggestionList();
});
} else {