From b73626fbdc0ca6273e9dcc25860b0a40dd8ab427 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Mon, 22 May 2006 16:21:42 +0000 Subject: [PATCH] this.updateSize, not updateSize. git-svn-id: http://svn.openlayers.org/trunk/openlayers@266 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index 796c0411ef..dff25b6c54 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -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 = [];