Skip to content

Commit 19a9790

Browse files
author
Tomas Kirda
committed
Fix indentation: convert tabs to spaces
1 parent 6b83874 commit 19a9790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jquery.autocomplete.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,8 +743,8 @@
743743
width = that.el.outerWidth();
744744
container.css('width', width > 0 ? width : 300);
745745
} else if(options.width === 'flex') {
746-
// Trust the source! Unset the width property so it will be the max length
747-
// the containing elements.
746+
// Trust the source! Unset the width property so it will be the max length
747+
// the containing elements.
748748
container.css('width', '');
749749
}
750750
},

0 commit comments

Comments
 (0)