2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-19 08:49:01 +00:00

Fixed typo and newline

This commit is contained in:
Sam Hermans 2017-01-20 18:33:00 +01:00
parent cfafe7ad6a
commit eb7be992c5

View File

@ -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 () {