Skip to content

Commit 9050c19

Browse files
committed
Datepicker: Use Globalize 1.0.0
- Update Globalie to 1.0.0-alpha.6
1 parent f2a51be commit 9050c19

File tree

15 files changed

+4691
-3322
lines changed

15 files changed

+4691
-3322
lines changed

Gruntfile.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,16 @@ grunt.initConfig({
226226
destPrefix: "external"
227227
},
228228
files: {
229+
"cldrjs/cldr.js": "cldrjs/dist/cldr.js",
230+
"cldrjs/cldr/event.js": "cldrjs/dist/cldr/event.js",
231+
"cldrjs/cldr/supplemental.js": "cldrjs/dist/cldr/supplemental.js",
232+
"cldrjs/LICENSE-MIT": "cldrjs/LICENSE-MIT",
233+
234+
"globalize/globalize.js": "globalize/dist/globalize.js",
235+
"globalize/globalize/date.js": "globalize/dist/globalize/date.js",
236+
"globalize/globalize/message.js": "globalize/dist/globalize/message.js",
237+
"globalize/LICENSE.txt": "globalize/LICENSE.txt",
238+
229239
"qunit/qunit.js": "qunit/qunit/qunit.js",
230240
"qunit/qunit.css": "qunit/qunit/qunit.css",
231241
"qunit/MIT-LICENSE.txt": "qunit/MIT-LICENSE.txt",

bower.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"jquery-mousewheel": "3.1.11",
1515
"jshint": "2.4.4",
1616
"qunit": "1.14.0",
17+
"globalize": "1.0.0-alpha.6",
1718

1819
"jquery-1.6.0": "jquery#1.6.0",
1920
"jquery-1.6.1": "jquery#1.6.1",
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Copyright (c) 2013 Rafael Xavier de Souza http://rafael.xavier.blog.br
2+
3+
Permission is hereby granted, free of charge, to any person
4+
obtaining a copy of this software and associated documentation
5+
files (the "Software"), to deal in the Software without
6+
restriction, including without limitation the rights to use,
7+
copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
copies of the Software, and to permit persons to whom the
9+
Software is furnished to do so, subject to the following
10+
conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22+
OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)