Add move torrents option to context menu

This commit is contained in:
John Furrow
2016-02-28 19:24:59 -08:00
parent 7e3403238e
commit 635b30afeb
27 changed files with 574 additions and 74 deletions

View File

@@ -128,9 +128,9 @@ class TransferDataStoreClass extends BaseStore {
}
}
const TransferDataStore = new TransferDataStoreClass();
let TransferDataStore = new TransferDataStoreClass();
AppDispatcher.register((payload) => {
TransferDataStore.dispatcherID = AppDispatcher.register((payload) => {
const {action, source} = payload;
switch (action.type) {