Add missing call to base class
This commit is contained in:
@@ -34,6 +34,8 @@ ol.ImageState = {
|
|||||||
*/
|
*/
|
||||||
ol.Image = function(extent, resolution, src, crossOrigin, attributions) {
|
ol.Image = function(extent, resolution, src, crossOrigin, attributions) {
|
||||||
|
|
||||||
|
goog.base(this);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @type {Array.<ol.Attribution>}
|
* @type {Array.<ol.Attribution>}
|
||||||
|
|||||||
Reference in New Issue
Block a user