mirror of
https://github.com/atom/atom.git
synced 2026-02-16 17:45:24 -05:00
@@ -186,7 +186,7 @@ class Pane extends View
|
||||
|
||||
saveItem: (item, nextAction) ->
|
||||
if item.getUri?()
|
||||
item.save()
|
||||
item.save?()
|
||||
nextAction?()
|
||||
else
|
||||
@saveItemAs(item, nextAction)
|
||||
|
||||
Reference in New Issue
Block a user