random

4 views
Skip to first unread message

Devin Rhode

unread,
Oct 27, 2011, 8:51:45 PM10/27/11
to javasc...@googlegroups.com
Google's 'closure' compiler - super compress your js: http://closure-compiler.appspot.com/home

Passing a function as a param:
function that(fn) {
  fn();
}
that(function() {
  console.error(this);
}
Reply all
Reply to author
Forward
0 new messages