Fix typo in heartbeat.js. see #23216.

git-svn-id: http://core.svn.wordpress.org/trunk@24139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-04-29 20:29:10 +00:00
parent 5e6ce84da3
commit 708806d2a6

View File

@ -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