2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-22 12:55:12 +00:00

Fix indentation: convert tabs to spaces

This commit is contained in:
Tomas Kirda 2017-01-20 11:45:42 -06:00
parent 6b83874ecd
commit 19a97900ec

View File

@ -743,8 +743,8 @@
width = that.el.outerWidth(); width = that.el.outerWidth();
container.css('width', width > 0 ? width : 300); container.css('width', width > 0 ? width : 300);
} else if(options.width === 'flex') { } else if(options.width === 'flex') {
// Trust the source! Unset the width property so it will be the max length // Trust the source! Unset the width property so it will be the max length
// the containing elements. // the containing elements.
container.css('width', ''); container.css('width', '');
} }
}, },