Add missing call to base class

This commit is contained in:
Tom Payne
2013-07-22 17:51:35 +02:00
parent 46d16ba0ca
commit 5afd564986

View File

@@ -34,6 +34,8 @@ ol.ImageState = {
*/
ol.Image = function(extent, resolution, src, crossOrigin, attributions) {
goog.base(this);
/**
* @private
* @type {Array.<ol.Attribution>}