We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae0416 commit ca135afCopy full SHA for ca135af
lib/web/jquery/jquery-ui-timepicker-addon.js
@@ -3,7 +3,7 @@
3
* Copyright (c) 2016 Trent Richardson; Licensed MIT */
4
(function (factory) {
5
if (typeof define === 'function' && define.amd) {
6
- define(['jquery', 'jquery-ui'], factory);
+ define(['jquery', 'jquery/ui'], factory);
7
} else {
8
factory(jQuery);
9
}
0 commit comments