Skip to content

Instantly share code, notes, and snippets.

@jkriddle
Created January 23, 2013 03:11
Show Gist options
  • Save jkriddle/4601542 to your computer and use it in GitHub Desktop.
Save jkriddle/4601542 to your computer and use it in GitHub Desktop.
Working snipped
var l = new LegendApp;
if(window.FB)
{
facebookInit();
}
else
{
window.fbAsyncInit = facebookInit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment