Move opt_useCapture arg to the end of the list
This commit is contained in:
committed by
Andreas Hocevar
parent
dc0393acff
commit
80df1f5ae8
@@ -191,7 +191,7 @@ ol.reproj.Image.prototype.load = function() {
|
||||
this.unlistenSource_();
|
||||
this.reproject_();
|
||||
}
|
||||
}, false, this);
|
||||
}, this);
|
||||
this.sourceImage_.load();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -312,7 +312,7 @@ ol.reproj.Tile.prototype.load = function() {
|
||||
this.reproject_();
|
||||
}
|
||||
}
|
||||
}, false, this);
|
||||
}, this);
|
||||
this.sourcesListenerKeys_.push(sourceListenKey);
|
||||
}
|
||||
}, this);
|
||||
|
||||
Reference in New Issue
Block a user