summaryrefslogtreecommitdiff
path: root/public/vendor/ot/socketio-adapter.js
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-24 11:56:55 +0800
committerWu Cheng-Han2015-09-24 11:56:55 +0800
commit92493e307a14b36151b15663dbdc035ab39f8d59 (patch)
tree1ab13464d07f663306e8bd225f8c9a1f61361e5c /public/vendor/ot/socketio-adapter.js
parentc06fb7a526989862dc237b74b312899f8eac161c (diff)
Fixed OT some uncaught error and exceptions
Diffstat (limited to '')
-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 329d4f3e..463ef461 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');
});
}