appc-cli-titanium
Version:
Titanium CLI Plugin
34 lines (31 loc) • 1.26 kB
JavaScript
/**
* _ _
* | | | |
* __ _ _ __ _ __ ___ ___| | ___ _ __ __ _| |_ ___ _ __
* / _` | '_ \| '_ \ / __/ _ \ |/ _ \ '__/ _` | __/ _ \| '__|
* | (_| | |_) | |_) | (_| __/ | __/ | | (_| | || (_) | |
* \__,_| .__/| .__/ \___\___|_|\___|_| \__,_|\__\___/|_|
* | | | |
* |_| |_|
*
*
* @overview
* The contents of this file will be executed before any of
* your view controllers are ever executed, including the index.
* You have access to all functionality on the `Alloy` namespace.
*
* This is a great place to do any initialization for your app
* or create any global variables/functions that you'd like to
* make available throughout your app. You can easily make things
* accessible globally by attaching them to the `Alloy.Globals`
* object. For example:
*
* Alloy.Globals.someGlobalFunction = function(){};
*
* @copyright
* Copyright (c) 2014 by Appcelerator, Inc. All Rights Reserved.
*
* @license
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/