mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Fixes #1223
This commit is contained in:
parent
f553a1c493
commit
ca8394621d
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ module.exports = class DeltaView extends CocoView
|
|||
@skipPaths = options.skipPaths
|
||||
|
||||
for modelName in ['model', 'headModel', 'comparisonModel']
|
||||
continue unless m = options[modelName]
|
||||
@[modelName] = @supermodel.loadModel(m, 'document').model
|
||||
@[modelName] = options[modelName]
|
||||
|
||||
@buildDeltas() if @supermodel.finished()
|
||||
|
||||
|
|
Loading…
Reference in a new issue