this.updateSize, not updateSize.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@266 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-05-22 16:21:42 +00:00
parent 7c564bf17c
commit b73626fbdc

View File

@@ -87,7 +87,7 @@ OpenLayers.Map.prototype = {
this.updateSize();
// update the internal size register whenever the div is resized
this.events.register("resize", this, updateSize);
this.events.register("resize", this, this.updateSize);
this.layers = [];