mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
5 lines
93 B
CoffeeScript
5 lines
93 B
CoffeeScript
module.exports =
|
|
activate: ->
|
|
deactivate: -> throw new Error('Top that')
|
|
serialize: ->
|