Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Commit

Permalink
simpler object notation
Browse files Browse the repository at this point in the history
  • Loading branch information
WardCunningham committed Nov 16, 2012
1 parent 0b815d8 commit c5a4d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/plugins/rollup/rollup.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ window.plugins.rollup =
for row in rows
slug = wiki.asSlug row.Material
$table.append ($row = $ """<tr class="#{slug}">""")
state = {$row: $row, row: row, slug: slug, input: radar(), errors: []}
state = {$row, row, slug, input: radar(), errors: []}
display false, state
delay += 200
recalculate delay, state, (state)->
Expand Down

0 comments on commit c5a4d4d

Please sign in to comment.