mirror of
https://github.com/zoriya/flood.git
synced 2025-12-19 05:35:15 +00:00
Initial commit
This commit is contained in:
7
source/scripts/constants/TorrentConstants.js
Normal file
7
source/scripts/constants/TorrentConstants.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var keyMirror = require('keymirror');
|
||||
|
||||
module.exports = keyMirror({
|
||||
TORRENT_STOP: 'torrent--stop',
|
||||
TORRENT_START: 'torrent--start',
|
||||
TORRENT_LIST_CHANGE: 'torrent-list--change'
|
||||
});
|
||||
Reference in New Issue
Block a user