Drop () from around run count

This commit is contained in:
Kevin Sawicki 2012-12-28 09:33:40 -08:00
parent 0ce33490f9
commit 272a2edcbe

View File

@ -60,7 +60,7 @@ class CommandLogger extends ScrollView
children: []
categories[categoryName] = category
category.children.push
name: "#{_.humanizeEventName(eventName.substring(categoryStart + 1))} (#{details.count})"
name: "#{_.humanizeEventName(eventName.substring(categoryStart + 1))} #{details.count}"
size: details.count
_.toArray(categories)