Skip to content

Commit 4a57728

Browse files
Pull trentrichardson#822 - Fixes AMD support to match jqueryui standard
1 parent 254db14 commit 4a57728

7 files changed

+12
-12
lines changed

dist/i18n/jquery-ui-timepicker-addon-i18n.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Timepicker Addon - v1.5.5 - 2015-05-24
1+
/*! jQuery Timepicker Addon - v1.5.6 - 2015-05-24
22
* http://trentrichardson.com/examples/timepicker
33
* Copyright (c) 2015 Trent Richardson; Licensed MIT */
44

dist/i18n/jquery-ui-timepicker-addon-i18n.min.js

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

dist/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3>Requirements</h3>
113113

114114
<br />
115115
<h3>Version</h3>
116-
<p>Version 1.5.5</p>
116+
<p>Version 1.5.6</p>
117117

118118
<p>Last updated on 2015-05-24</p>
119119
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under the MIT license.</p>

dist/jquery-ui-timepicker-addon.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/*! jQuery Timepicker Addon - v1.5.5 - 2015-05-24
1+
/*! jQuery Timepicker Addon - v1.5.6 - 2015-05-24
22
* http://trentrichardson.com/examples/timepicker
33
* Copyright (c) 2015 Trent Richardson; Licensed MIT */
44
(function (factory) {
55
if (typeof define === 'function' && define.amd) {
6-
define(['jquery', 'jquery.ui'], factory);
6+
define(['jquery', 'jquery-ui'], factory);
77
} else {
88
factory(jQuery);
99
}
@@ -22,7 +22,7 @@
2222
*/
2323
$.extend($.ui, {
2424
timepicker: {
25-
version: "1.5.5"
25+
version: "1.5.6"
2626
}
2727
});
2828

@@ -2240,6 +2240,6 @@
22402240
/*
22412241
* Keep up with the version
22422242
*/
2243-
$.timepicker.version = "1.5.5";
2243+
$.timepicker.version = "1.5.6";
22442244

22452245
}));

dist/jquery-ui-timepicker-addon.min.css

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

dist/jquery-ui-timepicker-addon.min.js

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

src/jquery-ui-timepicker-addon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
(function (factory) {
1111
if (typeof define === 'function' && define.amd) {
12-
define(['jquery', 'jquery.ui'], factory);
12+
define(['jquery', 'jquery-ui'], factory);
1313
} else {
1414
factory(jQuery);
1515
}

0 commit comments

Comments
 (0)