mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
6 lines
120 B
CoffeeScript
6 lines
120 B
CoffeeScript
module.exports =
|
|
class Native
|
|
@reload: -> $native.reload()
|
|
|
|
@moveToTrash: (args...) -> $native.moveToTrash(args...)
|