mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
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: ->
|
||||
return if @startsLoading
|
||||
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) =>
|
||||
Backbone.Mediator.publish 'level:view-switched', e
|
||||
@thangsTab = @insertSubView new ThangsTabView world: @world, supermodel: @supermodel
|
||||
|
|
Loading…
Reference in a new issue