Skip to content

Instantly share code, notes, and snippets.

@daanl
Created February 3, 2013 19:34
Show Gist options
  • Save daanl/4703302 to your computer and use it in GitHub Desktop.
Save daanl/4703302 to your computer and use it in GitHub Desktop.
global js
(function(global, $)
"use strict";
var something = function() {
};
window.something = something;
)(window, jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment