fix missing twisterFollowingO singleton object in twister mobile.

This commit is contained in:
Miguel Freitas 2014-05-09 16:37:48 -03:00
parent ae39f68006
commit 48ee174295

View File

@ -52,6 +52,7 @@ function initializeTwister( redirectNetwork, redirectLogin, cbFunc, cbArg ) {
requestLastHave(); requestLastHave();
initMentionsCount(); initMentionsCount();
initDMsCount(); initDMsCount();
twisterFollowingO = TwisterFollowing(defaultScreenName);
twisterInitialized = true; twisterInitialized = true;
if( cbFunc ) if( cbFunc )