mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-09 23:01:00 +00:00
Fixed typo and newline
This commit is contained in:
parent
cfafe7ad6a
commit
eb7be992c5
@ -743,11 +743,10 @@
|
||||
width = that.el.outerWidth();
|
||||
container.css('width', width > 0 ? width : 300);
|
||||
} else if(options.width === 'flex') {
|
||||
// Trust the source! Unset the width property so it will be the max lenght
|
||||
// Trust the source! Unset the width property so it will be the max length
|
||||
// the containing elements.
|
||||
container.css('width', '');
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
findBestHint: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user