Merge pull request #580 from jorix/_onImgLoad
Fix typo "_onImageLoad" is "_onImgLoad"
This commit is contained in:
@@ -694,7 +694,7 @@ OpenLayers.Popup = OpenLayers.Class({
|
||||
}
|
||||
|
||||
OpenLayers.Event.stopObserving(
|
||||
this.img, "load", this.img._onImageLoad
|
||||
this.img, "load", this.img._onImgLoad
|
||||
);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user