Commit b3cfb4b8029a395e9262d61c16954bb7f31719e6
1 parent
1604a2ea
Exists in
master
and in
111 other branches
Add missing requires
Showing
2 changed files
with
4 additions
and
2 deletions
Show diff stats
js/app/views/PlotComponents/PlotPreviewUI.js
js/app/views/PlotTabResultUI.js
... | ... | @@ -20,7 +20,8 @@ Ext.define('amdaUI.PlotTabResultUI', { |
20 | 20 | requires: [ |
21 | 21 | 'amdaPlotComp.PlotZoomPlug', |
22 | 22 | 'amdaPlotComp.PlotExtendShiftPlug', |
23 | - 'amdaPlotComp.PlotContextManager' | |
23 | + 'amdaPlotComp.PlotContextManager', | |
24 | + 'amdaPlotComp.PlotResultImage' | |
24 | 25 | ], |
25 | 26 | |
26 | 27 | panelImage : null, | ... | ... |