How to write this in coffeescript?
f = (function(){ // something })();
Thanks for any tips :)
try to use
do ($ = jQuery) ->