()
| 42 | } |
| 43 | |
| 44 | function handleResolve() { |
| 45 | if (status.parsed >= status.total) { |
| 46 | deferred.resolve(result) |
| 47 | } |
| 48 | } |
| 49 | |
| 50 | function parseHtml(html) { |
| 51 | var stripWayback = options.stripWayback || false |
no outgoing calls
no test coverage detected
searching dependent graphs…