mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Forgot var
This commit is contained in:
parent
8dc8779fee
commit
75b0d316f8
@ -144,7 +144,7 @@ $.ImageLoader.prototype = /** @lends OpenSeadragon.ImageLoader.prototype */{
|
||||
*/
|
||||
clear: function() {
|
||||
for( var i = 0; i < this.jobQueue.length; i++ ) {
|
||||
job = this.jobQueue[i];
|
||||
var job = this.jobQueue[i];
|
||||
if ( typeof job.abort === "function" ) {
|
||||
job.abort();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user