Fix JSHint errors in heartbeat.js.

props dziudek.
fixes #25986.


git-svn-id: https://develop.svn.wordpress.org/trunk@26197 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-11-15 04:59:51 +00:00
parent 5a2af56620
commit f649fb80c8
1 changed files with 1 additions and 2 deletions

View File

@ -224,7 +224,7 @@
trigger = true;
break;
}
// Pass through other error statuses
/* falls through */
case 'parsererror':
case 'empty':
case 'unknown':
@ -594,7 +594,6 @@
// Allow long polling, (experimental)
settings.mainInterval = 0;
return 0;
break;
default:
interval = settings.originalInterval;
}