Skip to content

Instantly share code, notes, and snippets.

@jackfranklin
Created June 15, 2011 23:28
Show Gist options
  • Save jackfranklin/1028383 to your computer and use it in GitHub Desktop.
Save jackfranklin/1028383 to your computer and use it in GitHub Desktop.
(function(window, document, undefined) {
var myLib = {...}
window.myLib = myLib;
})(window, document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment