fix missing exception listener

This commit is contained in:
Sebastian Sdorra
2011-07-06 16:23:18 +02:00
parent 1dac865b37
commit 0472aec820

View File

@@ -56,15 +56,12 @@ Sonia.repository.RepositoryBrowser = Ext.extend(Ext.grid.GridPanel, {
root: 'files',
idProperty: 'path',
autoLoad: true,
autoDestroy: true,
listeners: {
load: {
fn: this.loadStore,
scope: this
}
}
autoDestroy: true
});
// register listener
browserStore.addListener('load', this.loadStore, this);
if ( this.revision ){
browserStore.baseParams = {
revision: this.revision