Mercurial > lada > lada-client
comparison app/view/widgets/Mst.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 |
---|---|
22 autoSelect: false, | 22 autoSelect: false, |
23 queryMode: 'local', | 23 queryMode: 'local', |
24 triggerAction : 'all', | 24 triggerAction : 'all', |
25 typeAhead: false, | 25 typeAhead: false, |
26 minChars: 0, | 26 minChars: 0, |
27 | |
27 initComponent: function() { | 28 initComponent: function() { |
28 this.store = Ext.data.StoreManager.get('StaMessstellen'); | 29 this.store = Ext.data.StoreManager.get('StaMessstellen'); |
29 if (!this.store) { | 30 if (!this.store) { |
30 this.store = Ext.create('Lada.store.StaMessstellen'); | 31 this.store = Ext.create('Lada.store.StaMessstellen'); |
31 } | 32 } |