UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

9 lines (8 loc) 160 B
todo: "Remove the braces on the object" ---- box.on('click', { silent: true }, function () { return go(); }) ---- box.on 'click', { silent: true }, -> go()