Make WordPress Core

Changeset 24139


Ignore:
Timestamp:
04/29/2013 08:29:10 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Fix typo in heartbeat.js. see #23216.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/heartbeat.js

    r23886 r24139  
    3131        this.connectionLost = false;
    3232
    33         if ( typeof( window.heartbeatSettings != 'undefined' ) ) {
     33        if ( typeof( window.heartbeatSettings ) != 'undefined' ) {
    3434            settings = window.heartbeatSettings;
    3535
Note: See TracChangeset for help on using the changeset viewer.