()
| 4336 | } |
| 4337 | |
| 4338 | function readingImageClip() |
| 4339 | { |
| 4340 | if(readingIsEbook) |
| 4341 | { |
| 4342 | return { |
| 4343 | top: 0, |
| 4344 | bottom: 0, |
| 4345 | left: 0, |
| 4346 | right: 0 |
| 4347 | }; |
| 4348 | } |
| 4349 | else |
| 4350 | { |
| 4351 | return _config.readingImageClip; |
| 4352 | } |
| 4353 | } |
| 4354 | |
| 4355 | var onLoadCallback = false, onLoadPromise = false, isLoaded = false; |
| 4356 |
no outgoing calls
no test coverage detected