Removed a hack no longer needed.
This commit is contained in:
parent
fcb1341295
commit
bb53e963b6
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ module.exports = class EditorLevelView extends View
|
||||||
afterRender: ->
|
afterRender: ->
|
||||||
return if @startsLoading
|
return if @startsLoading
|
||||||
super()
|
super()
|
||||||
new LevelSystem # temp; trigger the LevelSystem schema to be loaded, if it isn't already
|
|
||||||
@$el.find('a[data-toggle="tab"]').on 'shown.bs.tab', (e) =>
|
@$el.find('a[data-toggle="tab"]').on 'shown.bs.tab', (e) =>
|
||||||
Backbone.Mediator.publish 'level:view-switched', e
|
Backbone.Mediator.publish 'level:view-switched', e
|
||||||
@thangsTab = @insertSubView new ThangsTabView world: @world, supermodel: @supermodel
|
@thangsTab = @insertSubView new ThangsTabView world: @world, supermodel: @supermodel
|
||||||
|
|
Reference in a new issue