Forgot var

This commit is contained in:
Philip Giuliani 2015-03-03 09:36:04 +01:00
parent 8dc8779fee
commit 75b0d316f8

View File

@ -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();
}