summaryrefslogtreecommitdiff
path: root/public/vendor/ot/socketio-adapter.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/ot/socketio-adapter.js')
-rwxr-xr-xpublic/vendor/ot/socketio-adapter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/vendor/ot/socketio-adapter.js b/public/vendor/ot/socketio-adapter.js
index 463ef461..329d4f3e 100755
--- a/public/vendor/ot/socketio-adapter.js
+++ b/public/vendor/ot/socketio-adapter.js
@@ -32,7 +32,7 @@ ot.SocketIOAdapter = (function () {
self.trigger('selection', clientId, selection);
});
socket.on('reconnect', function () {
- //self.trigger('reconnect');
+ self.trigger('reconnect');
});
}