Plugins love this guy

This commit is contained in:
Corey Johnson
2011-09-21 14:24:52 -07:00
parent 4cb47ab96f
commit 5270f97dcd

11
src/plugin.coffee Normal file
View 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: ->