Browse Source

fix missing twisterFollowingO singleton object in twister mobile.

master
Miguel Freitas 11 years ago
parent
commit
48ee174295
  1. 1
      js/tmobile.js

1
js/tmobile.js

@ -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 )

Loading…
Cancel
Save