Mercurial > lada > lada-client
comparison app/view/widgets/Uwb.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 |
---|---|
35 // console.log("3"); | 35 // console.log("3"); |
36 // Ext.form.ComboBox.superclass.setValue.call(this, text); | 36 // Ext.form.ComboBox.superclass.setValue.call(this, text); |
37 // combo.value = record.id; | 37 // combo.value = record.id; |
38 // } | 38 // } |
39 //}, | 39 //}, |
40 | |
40 initComponent: function() { | 41 initComponent: function() { |
41 this.store = Ext.data.StoreManager.get('StaUmwelt'); | 42 this.store = Ext.data.StoreManager.get('StaUmwelt'); |
42 if (!this.store) { | 43 if (!this.store) { |
43 this.store = Ext.create('Lada.store.StaUmwelt'); | 44 this.store = Ext.create('Lada.store.StaUmwelt'); |
44 } | 45 } |