Hi all,
I noticed that a weird change event gets fired when calling splice(-1) on an empty can.List
The change event is a 'remove' event on '-1' and has newVal being undefined and oldVal being Array[0]
Just thought I would like to share this and maybe it's a bug.
- CanJS User