From 19a97900eca9428a9772b7e21158811072512879 Mon Sep 17 00:00:00 2001 From: Tomas Kirda Date: Fri, 20 Jan 2017 11:45:42 -0600 Subject: [PATCH] Fix indentation: convert tabs to spaces --- src/jquery.autocomplete.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jquery.autocomplete.js b/src/jquery.autocomplete.js index bbc27ae..498e0f8 100644 --- a/src/jquery.autocomplete.js +++ b/src/jquery.autocomplete.js @@ -743,8 +743,8 @@ 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 length - // the containing elements. + // Trust the source! Unset the width property so it will be the max length + // the containing elements. container.css('width', ''); } },