Add set throttle ability

This commit is contained in:
John Furrow
2016-01-03 20:58:34 -05:00
parent bdc5e147ef
commit f0ab3a347b
12 changed files with 170 additions and 37 deletions
@@ -30,6 +30,7 @@ export default class ActionBar extends React.Component {
}
componentDidMount() {
console.log(TorrentFilterStore.getTorrentsSort());
TorrentFilterStore.listen(EventTypes.UI_TORRENTS_SORT_CHANGE, this.onSortChange);
}