Skip to content

Instantly share code, notes, and snippets.

@ryanburnette
Last active June 12, 2017 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanburnette/93db2cb61e9f5d22672053830c9f1359 to your computer and use it in GitHub Desktop.
Save ryanburnette/93db2cb61e9f5d22672053830c9f1359 to your computer and use it in GitHub Desktop.
(function(){
var init = function () {
};
$(document).ready(function () {
init();
});
$(window).on('load', function () {
});
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment