diff options
| author | Teddy Wing | 2012-06-23 23:21:27 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2012-06-23 23:21:27 -0400 | 
| commit | d665518a3531b773740c63c9fd0d1a8291cca9aa (patch) | |
| tree | 24348111a5a8f50d34300669e9444a3e89137422 /Resources/app.js | |
| parent | d71ffcaf85507b00fc4d545f1f1d2ca58283f21e (diff) | |
| parent | e7927e6ac5f1ef096c39360889d6e7fe353e2d2f (diff) | |
| download | LikeFeed-d665518a3531b773740c63c9fd0d1a8291cca9aa.tar.bz2 | |
Merge branch 'master' of github.com:teddywing/LikeFeed
Diffstat (limited to 'Resources/app.js')
| -rw-r--r-- | Resources/app.js | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Resources/app.js b/Resources/app.js index 3835b41..fb6d46e 100644 --- a/Resources/app.js +++ b/Resources/app.js @@ -1,5 +1,7 @@  Ti.include('/friendship/friendship.js'); +Ti.API.info("Running the app - app.js"); +  fs.app.mainTabGroup = fs.ui.createApplicationTabGroup();  // Login switch | 
