Skip to content

Instantly share code, notes, and snippets.

@mehdimehdi
Created December 5, 2011 21:32
Show Gist options
  • Save mehdimehdi/1435466 to your computer and use it in GitHub Desktop.
Save mehdimehdi/1435466 to your computer and use it in GitHub Desktop.
Bind function with the action of earning points
window.ptAsyncInit = function(){
var j = function(activity) {
console.log(activity);
}
PT.events.bind("earned",j);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment