Skip to content

Instantly share code, notes, and snippets.

@charliemoseley
Created January 7, 2016 00:08
Show Gist options
  • Save charliemoseley/8255bcfb5d07fb1f0cff to your computer and use it in GitHub Desktop.
Save charliemoseley/8255bcfb5d07fb1f0cff 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