Remove $native.alert

This commit is contained in:
Nathan Sobo
2012-08-29 20:52:14 -05:00
parent 558ffd9cbe
commit 63a0746cc5
3 changed files with 0 additions and 41 deletions

View File

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