Heartbeat: use cached $document instead of $(document), props TobiasBg, see #25073
git-svn-id: https://develop.svn.wordpress.org/trunk@26276 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e45ca7cc89
commit
3fd189d063
|
@ -239,7 +239,7 @@
|
|||
|
||||
if ( trigger && ! hasConnectionError() ) {
|
||||
settings.connectionError = true;
|
||||
$(document).trigger( 'heartbeat-connection-lost', [error, status] );
|
||||
$document.trigger( 'heartbeat-connection-lost', [error, status] );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue