Editor is starting to act more like a plugin.

Eventually it will be a plugin.
This commit is contained in:
Corey Johnson
2011-09-21 17:37:39 -07:00
parent 24073baa44
commit 012fc4826d
2 changed files with 12 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ class Window
loadPlugins: ->
Editor = require 'editor'
@document = new Editor
@document = new Editor @
@open @path if @path?