Skip to content

Instantly share code, notes, and snippets.

@dariocravero
Created October 25, 2011 09:07
Show Gist options
  • Save dariocravero/1311953 to your computer and use it in GitHub Desktop.
Save dariocravero/1311953 to your computer and use it in GitHub Desktop.
CoffeeScript adaptor for jsFiddle (http://jsfiddle.net/tauren/w2EQD/)
(function(){var s="script",n='\n',d=document,b=d.getElementsByTagName(s);b=b[b.length-1].innerHTML.split(n); d.write('<'+s+' type="text/coffeescript">'+b.slice(1,b.length-2).join(n)+'</'+s+'>');})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment