just some whitespace changes
This commit is contained in:
parent
3f8abf1e34
commit
fd9bf112c4
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Script: deluge-torrents.js
|
||||
Script: Deluge.Torrents.js
|
||||
Contains all objects and functions related to the torrent grid.
|
||||
|
||||
Copyright:
|
||||
|
@ -195,7 +195,8 @@ Copyright:
|
|||
autoExpandColumn: 'name',
|
||||
deferredRender:false,
|
||||
autoScroll:true,
|
||||
margins: '5 5 0 0'
|
||||
margins: '5 5 0 0',
|
||||
stateful: true
|
||||
}, config);
|
||||
Ext.deluge.TorrentGrid.superclass.constructor.call(this, config);
|
||||
},
|
||||
|
@ -301,6 +302,6 @@ Copyright:
|
|||
this.getStore().remove(record);
|
||||
}, this);
|
||||
}
|
||||
});
|
||||
Deluge.Torrents = new Ext.deluge.TorrentGrid();
|
||||
});
|
||||
Deluge.Torrents = new Ext.deluge.TorrentGrid();
|
||||
})();
|
Loading…
Reference in New Issue