Skip to content

Commit eb7be99

Browse files
committed
Fixed typo and newline
1 parent cfafe7a commit eb7be99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/jquery.autocomplete.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,11 +743,10 @@
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 lenght
746+
// Trust the source! Unset the width property so it will be the max length
747747
// the containing elements.
748748
container.css('width', '');
749749
}
750-
751750
},
752751

753752
findBestHint: function () {

0 commit comments

Comments
 (0)