Skip to content

Instantly share code, notes, and snippets.

@alexander-young
Created June 30, 2017 19:28
Show Gist options
  • Save alexander-young/e6fb42637d221ee8bff91e9fd099cd6b to your computer and use it in GitHub Desktop.
Save alexander-young/e6fb42637d221ee8bff91e9fd099cd6b to your computer and use it in GitHub Desktop.
(function($){
var __placeholder__ = {
init : function(){
console.log('hello world');
}
};
$(document).ready(function() {
__placeholder__.init();
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment