mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
first draft of mandatory parentheses around function definition param lists -- all tests pass
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$('table.list').each() table =>
|
||||
$('tr.account', table).each() row =>
|
||||
$('table.list').each (table) =>
|
||||
$('tr.account', table).each (row) =>
|
||||
row.show()
|
||||
row.highlight()
|
||||
|
||||
Reference in New Issue
Block a user