Skip to content

Instantly share code, notes, and snippets.

@brenna
Created August 12, 2013 16:42
Show Gist options
  • Save brenna/6212673 to your computer and use it in GitHub Desktop.
Save brenna/6212673 to your computer and use it in GitHub Desktop.
var moduleName = {
options: {
},
init: function(options) {
//allow custom options on init
if (options && typeof(options) == 'object') }{
$.extend(moduleName.options, options);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment