this.updateSize, not updateSize.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@266 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user