()
| 238 | cache = [], |
| 239 | cacheImage = document.createElement('img'), |
| 240 | handleLoad = function() { |
| 241 | loadedCounter++; |
| 242 | if (loadedCounter >= images.length) { |
| 243 | if ($.isFunction(callback)) { |
| 244 | callback(); |
| 245 | } |
| 246 | } |
| 247 | } |
| 248 | ; |
| 249 | while (imagesLength--) { |
| 250 | cacheImage = document.createElement('img'); |
nothing calls this directly
no test coverage detected
searching dependent graphs…