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

Remove init function from Widget #73

Closed sjohnsonaz closed 9 years ago

sjohnsonaz commented 9 years ago

The advantage of using init, is we have a distinct second phase of construction. When dealing with inheritance, we may want to run code after the initial constructors have all run.