From 48ee17429580a942d012087bc7edda82ba640fa9 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 9 May 2014 16:37:48 -0300 Subject: [PATCH] fix missing twisterFollowingO singleton object in twister mobile. --- js/tmobile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/tmobile.js b/js/tmobile.js index 21765bb..4367d08 100644 --- a/js/tmobile.js +++ b/js/tmobile.js @@ -52,6 +52,7 @@ function initializeTwister( redirectNetwork, redirectLogin, cbFunc, cbArg ) { requestLastHave(); initMentionsCount(); initDMsCount(); + twisterFollowingO = TwisterFollowing(defaultScreenName); twisterInitialized = true; if( cbFunc )