Skip to content

Instantly share code, notes, and snippets.

@charliemoseley
Created January 7, 2016 00:11
Show Gist options
  • Save charliemoseley/5bc978c76ae9d5edb55c to your computer and use it in GitHub Desktop.
Save charliemoseley/5bc978c76ae9d5edb55c to your computer and use it in GitHub Desktop.
var bookmarkletTest = {
// Responsible for initial loading and setup
setup: function () {
alert('hello');
}
}.setup();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment