Skip to content

Instantly share code, notes, and snippets.

@phluid61
Created March 10, 2015 23:43
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 phluid61/e7e1d2997c3532dfed87 to your computer and use it in GitHub Desktop.
Save phluid61/e7e1d2997c3532dfed87 to your computer and use it in GitHub Desktop.
javascript templates
"use strict";
(function(globals,$){
/* scoped, safe, happy code goes here */
$(function(){
/* example jQuery onload function */
});
})((1,eval)('this'),jQuery);
"use strict";
(function(globals){
/* scoped, safe, happy code goes here */
})((1,eval)('this'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment