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:
parent
06fe840666
commit
451c5efe95
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user