mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
5a2af56620
commit
f649fb80c8
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user