Files
flood/source/scripts/constants/TorrentConstants.js
2015-04-08 19:13:41 -04:00

8 lines
192 B
JavaScript

var keyMirror = require('keymirror');
module.exports = keyMirror({
TORRENT_STOP: 'torrent--stop',
TORRENT_START: 'torrent--start',
TORRENT_LIST_CHANGE: 'torrent-list--change'
});