Skip to content

Instantly share code, notes, and snippets.

@flackend
Created November 18, 2013 16:57
Show Gist options
  • Save flackend/7531272 to your computer and use it in GitHub Desktop.
Save flackend/7531272 to your computer and use it in GitHub Desktop.
JavaScript files starter
;(function (window, document, $, undefined) {
$(function() {
"use strict";
});/* on document ready */
})(this, this.document, jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment