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

Create method for Container elements before and after Container.children. #76

Closed sjohnsonaz closed 9 years ago

sjohnsonaz commented 9 years ago

In some cases, a Container may want a few Nodes before or after the Container.children. These should be designed so that Container.children can be manipulated easily without modifying those Nodes.

sjohnsonaz commented 9 years ago

For now, changing this to a wontfix.