Initial commit

This commit is contained in:
John F
2015-04-08 19:13:41 -04:00
commit ae520c0a33
44 changed files with 2853 additions and 0 deletions

View 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'
});