fix the scope of the each loop

This commit is contained in:
Damien Churchill 2009-08-11 23:56:35 +00:00
parent 7f597aff70
commit 3ed6e28adc
1 changed files with 1 additions and 1 deletions

View File

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