sjohnsonaz / BuildJS-Full

A simple utility for class definition, inheritance, dynamic loading, MVVM, Widgets, and backend MVC.
http://buildjs.com
0 stars 0 forks source link

Optimize ObservableArray events in Container. #8

Closed sjohnsonaz closed 9 years ago

sjohnsonaz commented 10 years ago

Currently the ObservableArray methods only fire a single publish event, which causes all children to be removed and re-added to elements. This is not optimal.

sjohnsonaz commented 10 years ago

Created Iterator widget.

sjohnsonaz commented 9 years ago
sjohnsonaz commented 9 years ago

Finished all childrenHandler methods for Container.