You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contains a list of all views that have been added to the view via addSubView. These views are considered "children" of the view, and they are treated as such in the DOM.
Usage
var aView = new UI.View();
aView.init();
console.log (aView.subViews.length());
// should be 0, after initialization