Files
coffeescript/documentation/js/heredocs.js
Jeremy Ashkenas 590c069158 CoffeeScript 0.5.6
2010-03-23 00:18:50 -04:00

5 lines
86 B
JavaScript

(function(){
var html;
html = '<strong>\n cup of coffeescript\n</strong>';
})();