Skip to content

Instantly share code, notes, and snippets.

@jtenner
Created November 8, 2013 18:47
Show Gist options
  • Save jtenner/7375640 to your computer and use it in GitHub Desktop.
Save jtenner/7375640 to your computer and use it in GitHub Desktop.
plugins.forEach(function(plugin){
plugin(self, options);//pass this instance of the constructed object to the plugin
//the options used to construct it are also passed as well
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment