This commit is contained in:
Darredevil 2014-08-04 23:15:01 +03:00
parent 0bcaf70d56
commit a11649b12b

View file

@ -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')