Handle concrete classes with non implemented abstract methods
This commit is contained in:
@@ -485,6 +485,14 @@ ol.source.Raster.Event = function(type, frameState, data) {
|
||||
ol.inherits(ol.source.Raster.Event, ol.events.Event);
|
||||
|
||||
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
ol.source.Raster.prototype.getImageInternal = function() {
|
||||
throw new Error('Not implemented');
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @enum {string}
|
||||
* @private
|
||||
|
||||
Reference in New Issue
Block a user