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:
parent
5e6ce84da3
commit
708806d2a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue