()
| 257 | function createCallback(index) { |
| 258 | |
| 259 | function exec() { |
| 260 | lastExec = (new Date()).getTime(); |
| 261 | timer = null; |
| 262 | (isSingle ? fn : fn[index]).apply(scope, args || []); |
| 263 | } |
| 264 | |
| 265 | var cb = function () { |
| 266 | currCall = (new Date()).getTime(); |
no outgoing calls
no test coverage detected
searching dependent graphs…