rename events: {project,editor}:load => {project,editor}:open

This commit is contained in:
Chris Wanstrath
2011-11-12 19:45:27 -08:00
parent d06e9a1bd0
commit 8aaf45da84
5 changed files with 17 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ class Tree extends Extension
constructor: ->
atom.keybinder.load require.resolve "tree/key-bindings.coffee"
atom.on 'project:load', @startup
atom.on 'project:open', @startup
startup: (@project) =>
@pane = new TreePane this