coffee-script icon indicating copy to clipboard operation
coffee-script copied to clipboard

Uncaught ReferenceError: autocb is not defined

Open taralx opened this issue 12 years ago • 0 comments

Input: -> (autocb) ->

Expected output: (function() { return function(autocb) { autocb(); }; });

Actual output: (function() { autocb(function(autocb) { autocb(); return; }); return; });

taralx avatar Feb 16 '13 20:02 taralx