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

hd.list proxy functions #38

Closed philipvr closed 11 years ago

philipvr commented 12 years ago

Available functions now include: clear, pop, push, reverse, shift, sort, splice, unshift, filter, and remove.

philipvr commented 12 years ago

@thejohnfreeman f-array should be ready for a merge.

thejohnfreeman commented 12 years ago

Looks good. After the small touch-up, the next task is to extract the common boilerplate into a reusable function.