Commit 14cc1c6e authored by ioedeveloper's avatar ioedeveloper

git add .

parent 1a511472
...@@ -69,25 +69,7 @@ module.exports = class Filepanel extends ViewPlugin { ...@@ -69,25 +69,7 @@ module.exports = class Filepanel extends ViewPlugin {
renderComponent () { renderComponent () {
ReactDOM.render( ReactDOM.render(
<Workspace <Workspace plugin={this} />
createWorkspace={this.createWorkspace.bind(this)}
renameWorkspace={this.renameWorkspace.bind(this)}
setWorkspace={this.setWorkspace.bind(this)}
workspaceRenamed={this.workspaceRenamed.bind(this)}
workspaceDeleted={this.workspaceDeleted.bind(this)}
workspaceCreated={this.workspaceCreated.bind(this)}
workspace={this.fileProviders.workspace}
browser={this.fileProviders.browser}
localhost={this.fileProviders.localhost}
fileManager={this.fileManager}
registry={this.registry}
plugin={this}
request={this.request}
workspaces={this.workspaces}
registeredMenuItems={this.registeredMenuItems}
removedMenuItems={this.removedMenuItems}
initialWorkspace={this.initialWorkspace}
/>
, this.el) , this.el)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment