Skip to content

Commit

Permalink
issue89: fixed sj:autocompleter by adding unique-id.js and moving ver…
Browse files Browse the repository at this point in the history
…sion.js up so that jQuery.ui is defined
  • Loading branch information
sdutry committed Dec 18, 2016
1 parent a1d705e commit 9c4ec6f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -866,12 +866,13 @@
self.log('init autocompleter with id: ' + o.id);
if (!self.loadAtOnce) {
self.require([
"js/base/version" + self.minSuffix + ".js",
"js/base/keycode" + self.minSuffix + ".js",
"js/base/safe-active-element" + self.minSuffix + ".js",
"js/base/version" + self.minSuffix + ".js",
"js/base/widget" + self.minSuffix + ".js",
"js/base/position" + self.minSuffix + ".js",
"js/base/menu" + self.minSuffix + ".js",
"js/base/unique-id" + self.minSuffix + ".js",
"js/base/autocomplete" + self.minSuffix + ".js"
]);
}
Expand Down

0 comments on commit 9c4ec6f

Please sign in to comment.