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

git-svn-id: https://develop.svn.wordpress.org/trunk@24705 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2013-07-13 18:16:57 +00:00
parent 04053d5dcb
commit dcaa4eb4ed

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 ) {