diff --git a/app/views/editor/level/LevelEditView.coffee b/app/views/editor/level/LevelEditView.coffee index 21b22c5f8..f4ab9e8c6 100644 --- a/app/views/editor/level/LevelEditView.coffee +++ b/app/views/editor/level/LevelEditView.coffee @@ -75,7 +75,7 @@ module.exports = class LevelEditView extends RootView @subViews['scriptsTab'] = @insertSubView new ScriptsTabView world: @world, supermodel: @supermodel, files: @files @subViews['componentsTab'] = @insertSubView new ComponentsTabView supermodel: @supermodel @subViews['systemsTab'] = @insertSubView new SystemsTabView supermodel: @supermodel - @subviews['componentsDocsTab'] = @insertSubView new ComponentDocsView supermodel: @supermodel + @subViews['componentsDocsTab'] = @insertSubView new ComponentDocsView supermodel: @supermodel Backbone.Mediator.publish 'level-loaded', level: @level @showReadOnly() if me.get('anonymous')