Remove $native.saveDialog. It's replaced with atom.showSaveDialog

This commit is contained in:
Nathan Sobo
2012-08-30 11:08:55 -06:00
parent eaafa9eade
commit d5ffdb153a
4 changed files with 84 additions and 101 deletions

View File

@@ -1,7 +1,5 @@
module.exports =
class Native
@saveDialog: (args...) -> $native.saveDialog(args...)
@reload: -> $native.reload()
@moveToTrash: (args...) -> $native.moveToTrash(args...)