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