Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Add missing call to base class
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jul 22, 2013
1 parent 46d16ba commit 5afd564
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ol/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ ol.ImageState = {
*/
ol.Image = function(extent, resolution, src, crossOrigin, attributions) {

goog.base(this);

/**
* @private
* @type {Array.<ol.Attribution>}
Expand Down

0 comments on commit 5afd564

Please sign in to comment.