2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-25 22:27:39 +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 () { hide: function () {
var that = this, var that = this,
container = $(that.suggestionsContainer); container = $(that.suggestionsContainer);
if ($.isFunction(that.options.onHide) && that.visible) { if ($.isFunction(that.options.onHide) && that.visible) {
that.options.onHide.call(that.element, container); that.options.onHide.call(that.element, container);