Skip to content

Instantly share code, notes, and snippets.

@linuxsable
Created September 17, 2012 22:13
Show Gist options
  • Save linuxsable/3740112 to your computer and use it in GitHub Desktop.
Save linuxsable/3740112 to your computer and use it in GitHub Desktop.
Mobile.NavMain.init({
pageId: function() {
if (initType == TYPES.GROUPS) {
return Mobile.NavMain.PAGE_IDS.FEED;
} else {
return Mobile.NavMain.PAGE_IDS.PROFILE_FEED;
}
}(),
groupName: initGroupName,
userId: initUserId
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment