Only detach with toggle keybinding

This commit is contained in:
Kevin Sawicki
2013-02-01 09:22:50 -08:00
parent 18f62498a1
commit a3ec402ca9

View File

@@ -13,8 +13,6 @@ class EditorStatsView extends ScrollView
initialize: (@rootView) ->
super
@command 'core:cancel', @detach
draw: ->
@x ?= d3.scale.ordinal().domain d3.range(@stats.hours * 60)
@y ?= d3.scale.linear()