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:
Andrew Ozz 2013-11-19 23:51:44 +00:00
parent e45ca7cc89
commit 3fd189d063
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
if ( trigger && ! hasConnectionError() ) {
settings.connectionError = true;
$(document).trigger( 'heartbeat-connection-lost', [error, status] );
$document.trigger( 'heartbeat-connection-lost', [error, status] );
}
}
}