diff --git a/awesomplete.js b/awesomplete.js index 4cd8de4b..71f1329e 100644 --- a/awesomplete.js +++ b/awesomplete.js @@ -41,7 +41,7 @@ var _ = function (input, o) { this.container = $.create("div", { className: "awesomplete", - around: input + around: o.wrapThis ? o.wrapThis : input }); this.ul = $.create("ul", {