mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Remove $native.saveDialog. It's replaced with atom.showSaveDialog
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
module.exports =
|
||||
class Native
|
||||
@saveDialog: (args...) -> $native.saveDialog(args...)
|
||||
|
||||
@reload: -> $native.reload()
|
||||
|
||||
@moveToTrash: (args...) -> $native.moveToTrash(args...)
|
||||
|
||||
Reference in New Issue
Block a user