mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
8 lines
197 B
CoffeeScript
8 lines
197 B
CoffeeScript
|
AccountDeltaConnectionPool = require('./account-delta-connection-pool').default
|
||
|
|
||
|
module.exports =
|
||
|
activate: ->
|
||
|
window.nylasSyncWorkerPool = new AccountDeltaConnectionPool()
|
||
|
|
||
|
deactivate: ->
|