Created
June 30, 2017 19:28
-
-
Save alexander-young/e6fb42637d221ee8bff91e9fd099cd6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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