This commit is contained in:
Chris Wanstrath
2011-11-12 02:22:29 -08:00
parent 64b547dbb6
commit 9fffbc986e
2 changed files with 3 additions and 1 deletions

View File

@@ -18,9 +18,11 @@ class Tree extends Extension
startup: (@project) =>
@pane = new TreePane this
@pane.show()
super
shutdown: ->
@pane.remove()
super
urls: (root=@project.url) ->
_.compact _.map (fs.list root), (url) =>

View File

@@ -40,7 +40,7 @@ class Editor extends Resource
session.setUndoManager new UndoManager
@ace.setSession session
super()
super
modeMap:
js: 'javascript'