Mercurial > lada > lada-client
comparison app/view/widgets/Messeinheit.js @ 491:850ccfe5f3c4
Code style.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 31 Oct 2014 23:23:32 +0100 |
parents | 446e99cfd425 |
children | d07e5086a64b |
comparison
equal
deleted
inserted
replaced
490:446e99cfd425 | 491:850ccfe5f3c4 |
---|---|
21 autoSelect: false, | 21 autoSelect: false, |
22 queryMode: 'local', | 22 queryMode: 'local', |
23 triggerAction : 'all', | 23 triggerAction : 'all', |
24 typeAhead: false, | 24 typeAhead: false, |
25 minChars: 0, | 25 minChars: 0, |
26 | |
26 initComponent: function() { | 27 initComponent: function() { |
27 this.store = Ext.data.StoreManager.get('StaMesseinheiten'); | 28 this.store = Ext.data.StoreManager.get('StaMesseinheiten'); |
28 if (!this.store) { | 29 if (!this.store) { |
29 this.store = Ext.create('Lada.store.StaMesseinheiten'); | 30 this.store = Ext.create('Lada.store.StaMesseinheiten'); |
30 } | 31 } |