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