well done

This commit is contained in:
syuilo 2017-02-22 04:19:53 +09:00
parent 7203c176e8
commit 9820a691c1
12 changed files with 58 additions and 8 deletions

View file

@ -1,5 +1,6 @@
const ReconnectingWebSocket = require('reconnecting-websocket');
const riot = require('riot');
const CONFIG = require('./config');
module.exports = me => {
let state = 'initializing';