Skip to content

Commit 2c43879

Browse files
committed
Datepicker: Use simple split instead of globalize for parsing attributes
This reverts commit ea986f2.
1 parent f010087 commit 2c43879

File tree

3 files changed

+26
-28
lines changed

3 files changed

+26
-28
lines changed

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ grunt.registerTask( "compile-globalize", function() {
450450
globalize.dateParser( { date: "long" } ),
451451
globalize.dateFormatter( { date: "full" } ),
452452
globalize.dateParser( { date: "full" } ),
453-
globalize.dateParser( { raw: "yyyy-MM-dd" } ),
454453
globalize.numberParser()
455454
]);
456455

0 commit comments

Comments
 (0)