mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
rename events: {project,editor}:load => {project,editor}:open
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user