Skip to content

Instantly share code, notes, and snippets.

@jtenner
Last active December 27, 2015 15:18
Show Gist options
  • Save jtenner/7346230 to your computer and use it in GitHub Desktop.
Save jtenner/7346230 to your computer and use it in GitHub Desktop.
!function(NovelScript){
NovelScript.plugin(function(self, options){
//do something to the current NovelScript object using the options provided
});
//NovelScript.prototype is accessable here
}(NovelScript);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment