From a2d989b31838295ede72f6d8a07ef3b93f487fad Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Thu, 30 Jan 2014 14:48:14 -0500 Subject: [PATCH] Fix typo (imported from commit dc7ef302a70291063c3ef339f72b6a91e8129dc1) --- static/js/socket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/socket.js b/static/js/socket.js index 79aeed43d2..e11df93903 100644 --- a/static/js/socket.js +++ b/static/js/socket.js @@ -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;