Skip to content

Commit 7f432ed

Browse files
rxaviersfnagel
authored andcommitted
(fix) Datepicker: Use Globalize 1.0.0
- Update Globalize to 1.0.0-alpha.7
1 parent 5d044dd commit 7f432ed

File tree

5 files changed

+591
-452
lines changed

5 files changed

+591
-452
lines changed

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ grunt.initConfig({
283283

284284
"globalize/globalize.js": "globalize/dist/globalize.js",
285285
"globalize/globalize/date.js": "globalize/dist/globalize/date.js",
286-
"globalize/globalize/message.js": "globalize/dist/globalize/message.js",
287286
"globalize/LICENSE.txt": "globalize/LICENSE.txt",
288287

289288
"qunit/qunit.js": "qunit/qunit/qunit.js",

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"jquery-simulate": "1.0.0",
1616
"jshint": "2.4.4",
1717
"qunit": "1.17.1",
18-
"globalize": "1.0.0-alpha.6",
18+
"globalize": "1.0.0-alpha.7",
1919

2020
"jquery-1.7.0": "jquery#1.7.0",
2121
"jquery-1.7.1": "jquery#1.7.1",

external/globalize/globalize.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*!
2-
* Globalize v1.0.0-alpha.6
2+
* Globalize v1.0.0-alpha.7
33
*
44
* http://github.com/jquery/globalize
55
*
66
* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors
77
* Released under the MIT license
88
* http://jquery.org/license
99
*
10-
* Date: 2014-09-01T21:32Z
10+
* Date: 2014-09-30T12:31Z
1111
*/
1212
(function( root, factory ) {
1313

0 commit comments

Comments
 (0)