You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example you use not the actual variant of the library, and everything works fine.
However, if one would try to use min-date with the actual library, which is distributed, he will receive the errors: http://jsbin.com/fowogapuhe/edit?html,js,console,output (current version of the library, doesn't work)
Please, fix the actual version. Issue is somewhere in the getWeeks method.
As I have tested the issue more and found, that it started to take place right rom the 1.2.1 version. And on the examples page, you, probably, have the 1.1.7 version. Please, consider storing the version number in the js file as well.
Regards,
The text was updated successfully, but these errors were encountered:
Hey @PavelPolyakov, sorry I stopped maintaining this project quite a while back, since I was working on several different projects. It would be easiest to fork off and fix the issue yourself.
Hi,
In the example you use not the actual variant of the library, and everything works fine.
However, if one would try to use
min-date
with the actual library, which is distributed, he will receive the errors:http://jsbin.com/fowogapuhe/edit?html,js,console,output (current version of the library, doesn't work)
Version which is used on the example page:
http://jsbin.com/gomijabazi/1/edit?html,js,console,output (works well)
Please, fix the actual version. Issue is somewhere in the
getWeeks
method.As I have tested the issue more and found, that it started to take place right rom the
1.2.1
version. And on the examples page, you, probably, have the1.1.7
version. Please, consider storing the version number in the js file as well.Regards,
The text was updated successfully, but these errors were encountered: