UNPKG

@titanium/turbo

Version:

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

7 lines 161 B
Alloy.Globals = { ctr: 0, openWindow: function(e) { Alloy.Globals.ctr++; Alloy.Globals.navwindow.openWindow(Alloy.createController('win').getView()); } };