This commit is contained in:
Kevin Sawicki
2013-01-31 14:24:02 -08:00
parent 7f86bf1351
commit de09adc45f

View File

@@ -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()