Fix a comment typo in heartbeat.js, props mordauk, fixes #24745.

git-svn-id: http://core.svn.wordpress.org/trunk@24705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2013-07-13 18:16:57 +00:00
parent dde5757415
commit b2ecb55343

View File

@ -169,7 +169,7 @@ window.wp = window.wp || {};
self.xhr = $.ajax({
url: url,
type: 'post',
timeout: 30000, // throw an error of not completed after 30 sec.
timeout: 30000, // throw an error if not completed after 30 sec.
data: send,
dataType: 'json'
}).done( function( response, textStatus, jqXHR ) {