Set up a resize event listener to call map.updateSize() as necessary.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@262 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -5,7 +5,8 @@ OpenLayers.Events.prototype = {
|
||||
BROWSER_EVENTS: [
|
||||
"mouseover", "mouseout",
|
||||
"mousedown", "mouseup", "mousemove",
|
||||
"click", "dblclick"
|
||||
"click", "dblclick",
|
||||
"resize", "focus", blur"
|
||||
],
|
||||
|
||||
// hash of Array(Function): events listener functions
|
||||
|
||||
Reference in New Issue
Block a user