()
| 14247 | count = isDefined(count) ? count : 0; |
| 14248 | |
| 14249 | function callback() { |
| 14250 | if (!hasParams) { |
| 14251 | fn(iteration); |
| 14252 | } else { |
| 14253 | fn.apply(null, args); |
| 14254 | } |
| 14255 | } |
| 14256 | |
| 14257 | function tick() { |
| 14258 | if (skipApply) { |
no test coverage detected