Remove unused context handling for ol.Image
This commit is contained in:
+1
-2
@@ -79,10 +79,9 @@ ol.ImageBase.prototype.getExtent = function() {
|
||||
|
||||
/**
|
||||
* @abstract
|
||||
* @param {Object=} opt_context Object.
|
||||
* @return {HTMLCanvasElement|Image|HTMLVideoElement} Image.
|
||||
*/
|
||||
ol.ImageBase.prototype.getImage = function(opt_context) {};
|
||||
ol.ImageBase.prototype.getImage = function() {};
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user