mirror of
https://github.com/atom/atom.git
synced 2026-01-27 07:47:58 -05:00
💄
This commit is contained in:
@@ -43,4 +43,3 @@ fdescribe "EditorStats", ->
|
||||
expect(editorStats.eventLog[time]).toBe 1
|
||||
simulateClick()
|
||||
expect(editorStats.eventLog[time]).toBe 2
|
||||
|
||||
|
||||
@@ -127,4 +127,4 @@ class EditorStatsView extends ScrollView
|
||||
@rootView.focus()
|
||||
|
||||
serialize: ->
|
||||
eventLog: @eventLog
|
||||
eventLog: @eventLog
|
||||
|
||||
@@ -33,4 +33,4 @@
|
||||
|
||||
.editor-stats path.domain {
|
||||
fill: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user