UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

12 lines (11 loc) • 161 B
module.exports = { set tabgroup(tg) { this.tg = tg; }, get tabgroup() { return this.tg; }, openWindow(window) { this.tg.activeTab.open(window); } };