Add $native.reload

This commit is contained in:
Corey Johnson
2012-06-12 10:49:22 -07:00
parent a2f60c141b
commit 321e7b6129
2 changed files with 6 additions and 1 deletions

View File

@@ -4,4 +4,6 @@ class Native
@saveDialog: (args...) -> $native.saveDialog(args...)
@reload: -> $native.reload()
@moveToTrash: (args...) -> $native.moveToTrash(args...)