UNPKG

alloy

Version:

TiDev Titanium MVC 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); } };