mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
shhh
This commit is contained in:
@@ -3,9 +3,6 @@ module.exports =
|
||||
class Extension
|
||||
running: false
|
||||
|
||||
constructor: ->
|
||||
console.log "#{@constructor.name}: Running"
|
||||
|
||||
# `startup` should be called by you in Extension subclasses when they need
|
||||
# to appear on the screen, attach themselves to a Resource, or otherwise become active.
|
||||
startup: ->
|
||||
|
||||
Reference in New Issue
Block a user