@titanium/turbo
Version:
Turbo is a variation of Titanium Alloy that adds some enhancements and customizations for rapid development.
16 lines (13 loc) • 403 B
JavaScript
/**
* Alloy for Titanium by Appcelerator
* This is generated code, DO NOT MODIFY - changes will be lost!
* Copyright (c) 2012 by Appcelerator, Inc.
*/
var Alloy = require('/alloy'),
_ = Alloy._,
Backbone = Alloy.Backbone;
Ti.UI.VISIBILITY_COLLAPSE = 'collapse';
Ti.UI.VISIBILITY_HIDDEN = 'hidden';
Ti.UI.VISIBILITY_VISIBLE = 'visible';
__MAPMARKER_ALLOY_JS__
Alloy.createController('index');