mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
On less wide screens, where the CoffeeScript is above the JavaScript, those lines resulted in an unnecessarily high box of CoffeeScript code.
4 lines
80 B
CoffeeScript
4 lines
80 B
CoffeeScript
hi = `function() {
|
|
return [document.title, "Hello JavaScript"].join(": ");
|
|
}`
|