diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-07-14 22:03:37 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-08 00:29:38 -0400 |
commit | 8140d0c9017a1060155662a229fec49e82530117 (patch) | |
tree | b0a5b42e0a1bd6942dfb90ea66e478f1887a4274 /ui/widgets/autocomplete.js | |
parent | 8b3005fd584fd637b38964ee8d09221da2490dbd (diff) | |
download | jquery-ui-8140d0c9017a1060155662a229fec49e82530117.tar.gz jquery-ui-8140d0c9017a1060155662a229fec49e82530117.zip |
Menu: Move menu into widgets folder
Ref #13885
Diffstat (limited to 'ui/widgets/autocomplete.js')
-rw-r--r-- | ui/widgets/autocomplete.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/widgets/autocomplete.js b/ui/widgets/autocomplete.js index b91d6f113..a36282dd5 100644 --- a/ui/widgets/autocomplete.js +++ b/ui/widgets/autocomplete.js @@ -22,7 +22,7 @@ // AMD. Register as an anonymous module. define( [ "jquery", - "../menu", + "./menu", "../keycode", "../position", "../safe-active-element", |