Merge pull request #5851 from fredj/rm_imageByContext_

Remove unused imageByContext_ in ol.ImageTile
This commit is contained in:
Frédéric Junod
2016-09-05 09:21:21 +02:00
committed by GitHub

View File

@@ -36,12 +36,6 @@ ol.ImageTile = function(tileCoord, state, src, crossOrigin, tileLoadFunction) {
this.image_.crossOrigin = crossOrigin;
}
/**
* @private
* @type {Object.<number, Image>}
*/
this.imageByContext_ = {};
/**
* @private
* @type {Array.<ol.EventsKey>}