(imported from commit dc7ef302a70291063c3ef339f72b6a91e8129dc1)
This commit is contained in:
Zev Benjamin
2014-01-30 14:48:14 -05:00
committed by Steve Howell
parent 50e1cb7ab3
commit a2d989b318

View File

@@ -247,7 +247,7 @@ Socket.prototype = {
}
};
sockjs.onheartbeat = function Socket__socjks_onheartbeat() {
sockjs.onheartbeat = function Socket__sockjs_onheartbeat() {
if (that._heartbeat_timeout_id !== null) {
clearTimeout(that._heartbeat_timeout_id);
that._heartbeat_timeout_id = null;