Fix typo "_onImageLoad" is "_onImgLoad"

This commit is contained in:
Xavier Mamano
2012-07-08 23:50:52 +02:00
parent 14d5525ced
commit 9be8bb2416

View File

@@ -694,7 +694,7 @@ OpenLayers.Popup = OpenLayers.Class({
}
OpenLayers.Event.stopObserving(
this.img, "load", this.img._onImageLoad
this.img, "load", this.img._onImgLoad
);
};