mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
Editor is starting to act more like a plugin.
Eventually it will be a plugin.
This commit is contained in:
@@ -35,7 +35,7 @@ class Window
|
||||
|
||||
loadPlugins: ->
|
||||
Editor = require 'editor'
|
||||
@document = new Editor
|
||||
@document = new Editor @
|
||||
|
||||
@open @path if @path?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user