Hacker News new | ask | show | jobs
by thekingshorses 4421 days ago
This reduces size after uglifying.

  (function(window, $, otherGlobal) {  
     $ = window.jQuery;
     otherGlobal = window.otherGlobal;

     //code here
  })(window);