Skip to content

Commit 451c5ef

Browse files
author
Tomas Kirda
committed
White space adjustments.
1 parent 06fe840 commit 451c5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613

614614
hide: function () {
615615
var that = this,
616-
container = $(that.suggestionsContainer);
616+
container = $(that.suggestionsContainer);
617617

618618
if ($.isFunction(that.options.onHide) && that.visible) {
619619
that.options.onHide.call(that.element, container);

0 commit comments

Comments
 (0)