aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/friendship/ui/ApplicationWindow.js
diff options
context:
space:
mode:
authorTeddy Wing2012-06-23 23:21:27 -0400
committerTeddy Wing2012-06-23 23:21:27 -0400
commitd665518a3531b773740c63c9fd0d1a8291cca9aa (patch)
tree24348111a5a8f50d34300669e9444a3e89137422 /Resources/friendship/ui/ApplicationWindow.js
parentd71ffcaf85507b00fc4d545f1f1d2ca58283f21e (diff)
parente7927e6ac5f1ef096c39360889d6e7fe353e2d2f (diff)
downloadLikeFeed-d665518a3531b773740c63c9fd0d1a8291cca9aa.tar.bz2
Merge branch 'master' of github.com:teddywing/LikeFeed
Diffstat (limited to 'Resources/friendship/ui/ApplicationWindow.js')
-rw-r--r--Resources/friendship/ui/ApplicationWindow.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/friendship/ui/ApplicationWindow.js b/Resources/friendship/ui/ApplicationWindow.js
index fae78d4..14444a2 100644
--- a/Resources/friendship/ui/ApplicationWindow.js
+++ b/Resources/friendship/ui/ApplicationWindow.js
@@ -1,7 +1,6 @@
(function() {
fs.ui.createApplicationTabGroup = function() {
var tab_group = Ti.UI.createTabGroup();
- Ti.UI.currentTabGroup = tab_group;
var login_button = Ti.Facebook.createLoginButton({
top: 50,
@@ -10,6 +9,7 @@
var debug_button = Ti.UI.createButton({title: 'Debug'});
debug_button.addEventListener('click', function(e) {
+
Ti.API.info('Logged in: ' + JSON.stringify(Ti.Facebook.loggedIn));
if (Ti.Facebook.loggedIn) {
fs.core.queryAllFriendPostsFQL();