mirror of
https://github.com/atom/atom.git
synced 2026-02-17 01:51:54 -05:00
Merge branch 'master' into ns-telepathic-atom-global
Conflicts: src/atom.coffee
This commit is contained in:
@@ -63,9 +63,6 @@ class Pane extends View
|
||||
unless activeItemUri? and @showItemForUri(activeItemUri)
|
||||
@showItem(@items[0]) if @items.length > 0
|
||||
|
||||
@command 'core:close', @destroyActiveItem
|
||||
@command 'core:save', @saveActiveItem
|
||||
@command 'core:save-as', @saveActiveItemAs
|
||||
@command 'pane:save-items', @saveItems
|
||||
@command 'pane:show-next-item', @showNextItem
|
||||
@command 'pane:show-previous-item', @showPreviousItem
|
||||
|
||||
Reference in New Issue
Block a user