mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 05:41:05 +08:00
6 lines
101 B
CoffeeScript
6 lines
101 B
CoffeeScript
|
class TestItem
|
||
|
getUri: -> "test"
|
||
|
|
||
|
exports.activate = ->
|
||
|
atom.workspace.addOpener -> new TestItem
|