mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Plugins love this guy
This commit is contained in:
11
src/plugin.coffee
Normal file
11
src/plugin.coffee
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports =
|
||||
class Plugin
|
||||
constructor: (@window) ->
|
||||
console.log "Loaded Plugin: " + @.constructor.name
|
||||
|
||||
# Called after the window is fully loaded
|
||||
initialize: ->
|
||||
|
||||
# Called when @window is closed
|
||||
destroy: ->
|
||||
|
||||
Reference in New Issue
Block a user