mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
💄
This commit is contained in:
@@ -32,7 +32,7 @@ class EditorStatsView extends ScrollView
|
||||
@serialize: ->
|
||||
@instance.serialize()
|
||||
|
||||
eventLog: [],
|
||||
eventLog: []
|
||||
|
||||
initialize: (@rootView, @eventLog = {}) ->
|
||||
super
|
||||
@@ -117,7 +117,7 @@ class EditorStatsView extends ScrollView
|
||||
@.insertBefore @statusBar
|
||||
@draw()
|
||||
|
||||
detach: =>
|
||||
detach: ->
|
||||
super
|
||||
@rootView.focus()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user