Skip to content

Instantly share code, notes, and snippets.

@jackaperkins
Created January 28, 2016 20:51
Show Gist options
  • Save jackaperkins/224a927fe8dba83168b4 to your computer and use it in GitHub Desktop.
Save jackaperkins/224a927fe8dba83168b4 to your computer and use it in GitHub Desktop.
{
commands: {
'(magic number)': actions.magicNumber
},
actions: {
magicNumber: function () {
console.log("you magic number is 5");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment