maxtaco / coffee-script

IcedCoffeeScript
http://maxtaco.github.com/coffee-script
MIT License
727 stars 58 forks source link

gh-pages are displaying double parameters for function calls. #92

Closed mckoss closed 10 years ago

mckoss commented 10 years ago

All the function definitions on http://maxtaco.github.io/coffee-script are displaying like this:

search = (keyword, cb) ->= (keyword, cb) ->

Expect them to look like this:

search = (keyword, cb) ->

screen shot 2013-10-20 at 5 07 02 pm

maxtaco commented 10 years ago

yeah, thanks, I noticed this the other day. This is the worst part of CoffeeScript, the codepath for generating the docs. I'll wrestle with it sometime soon to fix it.

mckoss commented 10 years ago

I was new to cofeescript and this got me very confused - I thought there was some reason for the double-definition for async programmed using iced coffee!

Mike Koss StartPad.org Seattle Software Development Offices (206) 388-3466 Twitter: @mckoss @startpad

On Sun, Oct 20, 2013 at 5:17 PM, Maxwell Krohn notifications@github.comwrote:

yeah, thanks, I noticed this the other day. This is the worst part of CoffeeScript, the codepath for generating the docs. I'll wrestle with it sometime soon to fix it.

— Reply to this email directly or view it on GitHubhttps://github.com/maxtaco/coffee-script/issues/92#issuecomment-26686827 .

maxtaco commented 10 years ago

Fixed, thanks for the bug report.