HotDrink / hotdrink

JavaScript MVVM library with support for multi-way dependencies and generic, rich UI behaviors.
http://hotdrink.github.io/hotdrink/
58 stars 9 forks source link

Multi-range remove/add change events #4

Closed thejohnfreeman closed 12 years ago

thejohnfreeman commented 12 years ago

The remove and add change events should support more than just one range.

Consider using a Range class (or object literal) instead of a two-element array. I suspect it's not worth it, but if jsperf shows no performance degradation, let's use it.