Commit c00f7d823063c330790400729653ee7a0aaafd81
1 parent
0891da48
Exists in
master
and in
112 other branches
Add another missing requires
Showing
2 changed files
with
8 additions
and
0 deletions
Show diff stats
js/app/models/BkgJobNode.js
js/app/models/InteractiveNode.js
... | ... | @@ -11,6 +11,10 @@ |
11 | 11 | Ext.define('amdaModel.InteractiveNode', { |
12 | 12 | extend: 'amdaModel.AmdaNode', |
13 | 13 | |
14 | + requires: [ | |
15 | + 'amdaPlotObj.PlotRequestObject' | |
16 | + ], | |
17 | + | |
14 | 18 | fields: [ |
15 | 19 | {name: 'contextNode', type: 'amdaModel.AmdaNode', persist: false}, |
16 | 20 | {name: 'objectDataModel', type: 'string', persist: false}, |
... | ... |