UNPKG

@titanium/turbo

Version:
7 lines (6 loc) 141 B
function open_window(e) { var win = Ti.UI.createWindow({ backgroundColor: 'blue' }); $.navWindow.openWindow(win, { animated: true }); }