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