Skip to content

Instantly share code, notes, and snippets.

@pglewis
Created October 9, 2014 18:03
Show Gist options
  • Save pglewis/9670073921985e2848cf to your computer and use it in GitHub Desktop.
Save pglewis/9670073921985e2848cf to your computer and use it in GitHub Desktop.
jQuery( function () {
My_Object.init();
} );
(function ( $, app ) {
/**
* Bootstrap
*/
app.init = function() {
// Do stuff
};
})( jQuery, window.My_Object || ( window.My_Object = {} ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment