Upgrade to latest space pen, as an NPM

This commit is contained in:
Nathan Sobo
2013-03-27 11:05:58 -04:00
parent ac30781db8
commit 38924f5bb8
4 changed files with 4 additions and 211 deletions

View File

@@ -659,7 +659,7 @@ class Editor extends View
super
rootView?.focus()
afterRemove: ->
beforeRemove: ->
@removed = true
@activeEditSession?.destroy()
$(window).off(".editor-#{@id}")

View File

@@ -324,5 +324,5 @@ class Pane extends View
container.adjustPaneDimensions()
container.trigger 'pane:removed', [this]
afterRemove: ->
beforeRemove: ->
item.destroy?() for item in @getItems()