javascript and extJs - scope question
- by ben
Hi guys,
I got a little scope related problem with some js code, maybe somebody can explain to me what I'm making wrong:
I'm using extJs and got this snippet:
Ext.onReady(function(){
// Form for filter selection
var formFilter = new Ext.FormPanel({
// ...
items: [
cbGroup = new Ext.form.ComboBox({
fieldLabel:…