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

Bug: can.List.splice(-1) causes JS exception inside binding framework #1038

Closed
isadovskiy opened this issue Jun 2, 2014 · 0 comments · Fixed by #1312
Closed

Bug: can.List.splice(-1) causes JS exception inside binding framework #1038

isadovskiy opened this issue Jun 2, 2014 · 0 comments · Fixed by #1312
Assignees
Labels
Milestone

Comments

@isadovskiy
Copy link

Reproduced with CanJS 2.1.1.

See the example: http://jsfiddle.net/ZrWVQ/2/

In general, Array.splice supports negative index value (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice). But, frankly talking, I specified it by mistake in my code and got the unhanded exception. However, to my mind, such kind of faults should be handled by binding framework as well.

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

Successfully merging a pull request may close this issue.

2 participants