()
| 21463 | cache = [], |
| 21464 | cacheImage = document.createElement('img'), |
| 21465 | handleLoad = function() { |
| 21466 | loadedCounter++; |
| 21467 | if (loadedCounter >= images.length) { |
| 21468 | if ($.isFunction(callback)) { |
| 21469 | callback(); |
| 21470 | } |
| 21471 | } |
| 21472 | } |
| 21473 | ; |
| 21474 | while (imagesLength--) { |
| 21475 | cacheImage = document.createElement('img'); |
nothing calls this directly
no test coverage detected
searching dependent graphs…