Twipped / Kalendae

A javascript date picker that just works.
MIT License
1.99k stars 285 forks source link

Fix input bug by actualy calling moment.year #155

Closed JelteF closed 9 years ago

JelteF commented 9 years ago

moment.year is a method, not an attribute. It was comparing a function to a number which was obviously wrong.

PS the contributing says that I should merge into dev, but master has a lot of commits that dev does not have. Let me know if you want me to merge this against dev instead of master.

Twipped commented 9 years ago

Huh, you'd think I'd have spotted that bug by now. Thanks.

I'll update dev with master.