mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Fixed ComponentDocsView's components collection overwriting data for other level editor data. Related to #1108.
This commit is contained in:
parent
c5d496c063
commit
d5a8d8dc72
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ module.exports = class LevelEditView extends RootView
|
|||
@insertSubView new ScriptsTabView world: @world, supermodel: @supermodel, files: @files
|
||||
@insertSubView new ComponentsTabView supermodel: @supermodel
|
||||
@insertSubView new SystemsTabView supermodel: @supermodel
|
||||
@insertSubView new ComponentDocsView supermodel: @supermodel
|
||||
@insertSubView new ComponentDocsView()
|
||||
|
||||
Backbone.Mediator.publish 'level-loaded', level: @level
|
||||
@showReadOnly() if me.get('anonymous')
|
||||
|
|
Loading…
Reference in a new issue