(function($,window) { //code here })(jQuery,window);
(function(window, $, otherGlobal) { $ = window.jQuery; otherGlobal = window.otherGlobal; //code here })(window);