UNPKG

@titanium/turbo

Version:

🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!

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); } };