This commit is contained in:
Kevin Sawicki
2013-01-31 13:36:52 -08:00
parent c5b9c38311
commit 08cac2bbe0
3 changed files with 2 additions and 3 deletions

View File

@@ -43,4 +43,3 @@ fdescribe "EditorStats", ->
expect(editorStats.eventLog[time]).toBe 1
simulateClick()
expect(editorStats.eventLog[time]).toBe 2

View File

@@ -127,4 +127,4 @@ class EditorStatsView extends ScrollView
@rootView.focus()
serialize: ->
eventLog: @eventLog
eventLog: @eventLog

View File

@@ -33,4 +33,4 @@
.editor-stats path.domain {
fill: none;
}
}