diff --git a/src/stdlib/native.coffee b/src/stdlib/native.coffee new file mode 100644 index 000000000..9c5c58a5e --- /dev/null +++ b/src/stdlib/native.coffee @@ -0,0 +1,5 @@ +module.exports = +class Native + @alert: (args...) -> $native.alert(args...) + + @moveToTrash: (args...) -> $native.moveToTrash(args...) \ No newline at end of file