mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 20:41:05 +08:00
9 lines
116 B
CoffeeScript
9 lines
116 B
CoffeeScript
|
module.exports =
|
||
|
|
||
|
activate: ->
|
||
|
@store = require "./app-unread-badge-store"
|
||
|
|
||
|
deactivate: ->
|
||
|
|
||
|
serialize: ->
|