Closed fgafford closed 9 years ago
I'm sorry, but I'm not going to grant you contributor access just so you can open a PR. Please make a PR against the dev branch from a branch on your own fork.
Sorry, still getting used to the gitlab pull-request workflow.
Closed by #157
Kalendae is not able to initiate when the target field has a default value.
Error: Uncaught TypeError: Cannot read property 'subtract' of undefined
Cause: Error is caused because call to setSelected (kalendae.standalone.js:61) eventually accesses the this.viewStartDate property before it has been set in (kalendae.standalone.js:71).
Stack Trace: Uncaught TypeError: Cannot read property 'subtract' of undefined
Resolution: The viewStateDate needs to be set before calling setSelected. Diff of needed change:
I have already made this change. Please go ahead and grant contributor privileges so that I am able to push branch and create a pull request to the branch.