mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 05:41:05 +08:00
8 lines
111 B
CoffeeScript
8 lines
111 B
CoffeeScript
|
module.exports =
|
||
|
activate: ->
|
||
|
|
||
|
deactivate: ->
|
||
|
|
||
|
serialize: ->
|
||
|
throw new Error("I'm no good at this.")
|