fix the scope of the each loop

This commit is contained in:
Damien Churchill 2009-08-11 23:56:35 +00:00
commit 3ed6e28adc

View file

@ -218,7 +218,7 @@ Copyright:
// We need to remove the panel // We need to remove the panel
this.panels[filter] this.panels[filter]
} }
}); }, this);
}, },
updateFilter: function(filter, states) { updateFilter: function(filter, states) {