another attempt at #1150 and fix some failing cucumber scenarios

This commit is contained in:
Reinier Balt 2011-04-19 16:40:55 +02:00
parent 98d8712229
commit af4489ff6e
11 changed files with 82 additions and 86 deletions

View file

@ -405,7 +405,7 @@ module TodosHelper
html += step + "({ go: function() {\r\n"
end
end
html += "}}) " * animation.length
html += "}}) " * animation.size
return html + ";"
end