Open alahtarin opened 9 years ago
I'm getting Cannot read property '_weekdaysMin' of undefined error with the latest version of MomentJS plugin. The error is produced by the following code:
Cannot read property '_weekdaysMin' of undefined
daysOfWeek: moment()._lang._weekdaysMin.slice(), monthNames: moment()._lang._monthsShort.slice(),
In the original repository this is changed to
daysOfWeek: moment.weekdaysMin(), monthNames: moment.monthsShort(),
Also, the fork is not in sync with the original plugin, any chance to update it?
I'd also vote for a new version ;-)
I'm getting
Cannot read property '_weekdaysMin' of undefined
error with the latest version of MomentJS plugin. The error is produced by the following code:In the original repository this is changed to
Also, the fork is not in sync with the original plugin, any chance to update it?