Skip to content

Commit 42fbdff

Browse files
committed
instead of doing a new Awesomplete in init() - which might not exist at this point. Use the private reference straight up
1 parent 6611606 commit 42fbdff

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

awesomplete.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ $.regExpEscape = function (s) {
357357

358358
function init() {
359359
$$("input.awesomplete").forEach(function (input) {
360-
new Awesomplete(input);
360+
new _(input);
361361
});
362362
}
363363

awesomplete.min.js

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)