Merge branch 'master' of github.com:openlayers/openlayers into wfs11

This commit is contained in:
Bart van den Eijnden
2012-02-10 08:53:51 +01:00

View File

@@ -612,6 +612,17 @@ OpenLayers.Map = OpenLayers.Class({
}
}
},
/**
* APIMethod: getViewport
* Get the DOMElement representing the view port.
*
* Returns:
* {DOMElement}
*/
getViewport: function() {
return this.viewPortDiv;
},
/**
* APIMethod: render