Skip to content

Commit

Permalink
changing one more line to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vernacchia committed Nov 6, 2013
1 parent 005a02c commit ce3ca42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ define(function (require) {
return date.getFullYear() + '-' + this.padTwo( date.getMonth() + 1 ) + '-' + this.padTwo( date.getDate() );
},

//some code ripped from http://stackoverflow.com/questions/2182246/javascript-dates-in-ie-nan-firefox-chrome-ok
//some code ripped from http://stackoverflow.com/questions/2182246/javascript-dates-in-ie-nan-firefox-chrome-ok
parseDate: function( date, inputUpdate ) {
var dt, isoExp, month, parts;

Expand Down

0 comments on commit ce3ca42

Please sign in to comment.