mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-11 07:02:36 +01:00
fix #1150 by nog using ruby1.8.7 Array.count but Array.length for 1.8.6 compat
This commit is contained in:
parent
933a852b59
commit
98d8712229
3 changed files with 5 additions and 5 deletions
|
|
@ -405,7 +405,7 @@ module TodosHelper
|
|||
html += step + "({ go: function() {\r\n"
|
||||
end
|
||||
end
|
||||
html += "}}) " * animation.count
|
||||
html += "}}) " * animation.length
|
||||
return html + ";"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue