2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-22 04:45:12 +00:00

White space adjustments.

This commit is contained in:
Tomas Kirda 2015-03-04 10:56:45 -06:00
parent 06fe840666
commit 451c5efe95

View File

@ -613,7 +613,7 @@
hide: function () {
var that = this,
container = $(that.suggestionsContainer);
container = $(that.suggestionsContainer);
if ($.isFunction(that.options.onHide) && that.visible) {
that.options.onHide.call(that.element, container);