UNPKG

@titanium/turbo

Version:

Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.

7 lines (6 loc) 204 B
var args = arguments[0] || {}; // add children to deep container, if there are any _.each(args.children || [], function(child) { Ti.API.info('adding child ' + child.toString()); $.inner.add(child); });