()
| 21442 | cache = [], |
| 21443 | cacheImage = document.createElement('img'), |
| 21444 | handleLoad = function() { |
| 21445 | loadedCounter++; |
| 21446 | if (loadedCounter >= images.length) { |
| 21447 | if ($.isFunction(callback)) { |
| 21448 | callback(); |
| 21449 | } |
| 21450 | } |
| 21451 | } |
| 21452 | ; |
| 21453 | while (imagesLength--) { |
| 21454 | cacheImage = document.createElement('img'); |
nothing calls this directly
no test coverage detected