mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Fixed the colors tab view.
This commit is contained in:
parent
d5b0a83186
commit
b9a978dd13
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ module.exports = class ColorsTabView extends CocoView
|
|||
@buttons = buttons
|
||||
|
||||
tryToBuild: ->
|
||||
return unless @thangType.loaded and @thangType.schema().loaded
|
||||
return unless @thangType.loaded
|
||||
data = @thangType.get('colorGroups')
|
||||
data ?= {}
|
||||
schema = @thangType.schema().properties?.colorGroups
|
||||
|
|
Loading…
Reference in a new issue