Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removeEvents raise error undefined #17

Open
dftoro opened this issue Mar 1, 2018 · 0 comments
Open

removeEvents raise error undefined #17

dftoro opened this issue Mar 1, 2018 · 0 comments

Comments

@dftoro
Copy link

dftoro commented Mar 1, 2018

Calling first removeEvents function and after to refreshView, raise error "Cannot read property 'getDate' of undefined". I think this happen becouse events array is changed by only id's events.

_removeEventsWithIds: function(sArrRemoveIds):
oArrEventsTemp.push(oTempEvent.id);

Changing by:
oArrEventsTemp.push(oTempEvent);

It does not happen

This is a bug or I don't understanding correctly ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant