UNPKG

@titanium/turbo

Version:

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

7 lines (6 loc) • 217 B
function closeWindow(e) { Alloy.Globals.ctr--; Alloy.Globals.navwindow.closeWindow($.win); } $.win.title = 'Window #' + Alloy.Globals.ctr; $.windowNumber.text = "I'm window #" + Alloy.Globals.ctr + ' on the stack';