Commit 3e77ccb31f9a54e6e0169730b621116e4c2b4a0f

Authored by Benjamin Renard
1 parent 5cc393ba

Add missing requires

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
js/app/views/ParamArgumentsUI.js
... ... @@ -21,6 +21,10 @@ Ext.define('amdaUI.ParamArgumentsUI', {
21 21 pluginOwner: null,
22 22 inRebuild: false,
23 23  
  24 + requires: [
  25 + 'amdaPlotObj.PlotObjectConfig'
  26 + ],
  27 +
24 28 constructor: function (config) {
25 29 this.init(config);
26 30 this.callParent(arguments);
... ...