Commit 6e0fdbf9182adffb7b1b51b83fbf09eaeefc4843
1 parent
26afa3fd
Exists in
master
and in
84 other branches
correcting middele typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/StatisticsUI.js
... | ... | @@ -233,7 +233,7 @@ Ext.define('amdaUI.StatisticsUI', |
233 | 233 | xtype: 'combo', queryMode: 'local', |
234 | 234 | //emptyText : 'please click to select function', |
235 | 235 | store: ['min', 'max', 'mean', 'RMS', 'median', 'variance', 'skewness', 'kurtosis', |
236 | - 'count', 'countNotNan', 'countTrue','firstValue','middeleIntervalValue','lastValue'], | |
236 | + 'count', 'countNotNan', 'countTrue','firstValue','middleIntervalValue','lastValue'], | |
237 | 237 | triggerAction: 'all', |
238 | 238 | //lazyInit: false, |
239 | 239 | listeners: { |
... | ... |