Skip to content

Instantly share code, notes, and snippets.

@John2496
Created August 9, 2013 22:34
Show Gist options
  • Save John2496/6197865 to your computer and use it in GitHub Desktop.
Save John2496/6197865 to your computer and use it in GitHub Desktop.
<script>
App = {
login: function() {
duckdynasty.loadInstructionsScreen()
}
}
Share = {
scoreOnFacebook: function(a) {
},
scoreOnTwitter: function(a) {
},
experienceOnFacebook: function() {
},
experienceOnTwitter: function() {
}
}
Leaderboard = {
submitScore: function(a, b) {
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment