Skip to content

Commit 2285747

Browse files
author
Mark Vasilkov
committed
RequireJS compat.
1 parent 3c9065e commit 2285747

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dist/jquery-ui-timepicker-addon.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
define(['jquery', 'jqueryui'], function (jQuery) {
2+
13
/*! jQuery Timepicker Addon - v1.5.0 - 2014-09-01
24
* http://trentrichardson.com/examples/timepicker
35
* Copyright (c) 2014 Trent Richardson; Licensed MIT */
@@ -2221,3 +2223,5 @@
22212223
$.timepicker.version = "1.5.0";
22222224

22232225
})(jQuery);
2226+
2227+
})

0 commit comments

Comments
 (0)