mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
Fix typo
(imported from commit dc7ef302a70291063c3ef339f72b6a91e8129dc1)
This commit is contained in:
committed by
Steve Howell
parent
50e1cb7ab3
commit
a2d989b318
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user