mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
43711f93fe
Fixes https://phab.nylas.com/T2418 ("Fixes")
9 lines
141 B
CoffeeScript
9 lines
141 B
CoffeeScript
React = require "react"
|
|
|
|
module.exports =
|
|
activate: (@state) ->
|
|
# Package turned off for now
|
|
|
|
deactivate: ->
|
|
|
|
serialize: -> @state
|