Commit 647d796e64e43b2e56b4109b00bb27e309f0a142
1 parent
65076650
Exists in
master
and in
108 other branches
small nettoyage
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
js/app/views/SearchUI.js
... | ... | @@ -486,7 +486,6 @@ Ext.define('amdaUI.SearchUI', |
486 | 486 | allowBlank : false, blankText : 'Time Step is required', |
487 | 487 | fieldLabel: 'Sampling Time Step (sec)*', minValue : 0.001, |
488 | 488 | labelAlign: 'top', hideTrigger: true, width: 165, |
489 | - // validateOnChange: false, | |
490 | 489 | validateOnBlur: false |
491 | 490 | }, |
492 | 491 | { xtype: 'component', width: 45 }, |
... | ... | @@ -621,7 +620,7 @@ Ext.define('amdaUI.SearchUI', |
621 | 620 | ] |
622 | 621 | }; |
623 | 622 | |
624 | - Ext.apply (this , Ext.apply (arguments, myConf)); | |
623 | + Ext.apply(this, Ext.apply(arguments, myConf)); | |
625 | 624 | } |
626 | 625 | |
627 | 626 | }); |
... | ... |