UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app 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); });