From 708806d2a61ff5d74dde2b72541016e60b73afef Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 29 Apr 2013 20:29:10 +0000 Subject: [PATCH] Fix typo in heartbeat.js. see #23216. git-svn-id: http://core.svn.wordpress.org/trunk@24139 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/heartbeat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/js/heartbeat.js b/wp-includes/js/heartbeat.js index 7f923eabc5..07e29650da 100644 --- a/wp-includes/js/heartbeat.js +++ b/wp-includes/js/heartbeat.js @@ -30,7 +30,7 @@ window.wp = window.wp || {}; this.autostart = true; this.connectionLost = false; - if ( typeof( window.heartbeatSettings != 'undefined' ) ) { + if ( typeof( window.heartbeatSettings ) != 'undefined' ) { settings = window.heartbeatSettings; // Add private vars