(a, b)
| 22 | } |
| 23 | |
| 24 | function sorter(a, b) { |
| 25 | return (a.fireDate.getTime() - b.fireDate.getTime()); |
| 26 | } |
| 27 | |
| 28 | /* Range object */ |
| 29 | function Range(start, end, step) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…