From d60a0b3dfe1ac942a7b99900694a12a5f2c3dd30 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: https://develop.svn.wordpress.org/trunk@24139 602fd350-edb4-49c9-b593-d223f7449a82 --- 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