Skip to content

Commit

Permalink
Merge pull request openlayers#580 from jorix/_onImgLoad
Browse files Browse the repository at this point in the history
Fix typo "_onImageLoad" is "_onImgLoad"
  • Loading branch information
ahocevar committed Jul 9, 2012
2 parents 14d5525 + 9be8bb2 commit af70240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OpenLayers/Popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ OpenLayers.Popup = OpenLayers.Class({
}

OpenLayers.Event.stopObserving(
this.img, "load", this.img._onImageLoad
this.img, "load", this.img._onImgLoad
);

};
Expand Down

0 comments on commit af70240

Please sign in to comment.