Commit 6cf1dca2880f77a6ee4569da3c833e53509ab8b2

Authored by Elena.Budnik
1 parent 680054d9

help file

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
js/app/controllers/PlotModule.js
@@ -36,7 +36,8 @@ Ext.define('amdaDesktop.PlotModule', { @@ -36,7 +36,8 @@ Ext.define('amdaDesktop.PlotModule', {
36 height: 620, 36 height: 620,
37 uiType : 'newPanelPlot', 37 uiType : 'newPanelPlot',
38 helpTitle : 'Help on Plot Module', 38 helpTitle : 'Help on Plot Module',
39 - 39 + helpFile : 'plotHelp',
  40 +
40 plotResultWindowsManager : new Ext.AbstractManager(), 41 plotResultWindowsManager : new Ext.AbstractManager(),
41 42
42 computeResultWindowSize : function(panelResult) 43 computeResultWindowSize : function(panelResult)