Skip to content

Commit

Permalink
fixing a typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12030 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
  • Loading branch information
ahocevar committed May 28, 2011
1 parent 090c8bc commit d6698e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OpenLayers/Renderer/NG.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ OpenLayers.Renderer.NG = OpenLayers.Class(OpenLayers.Renderer.Elements, {
* Method: updateDimensions
* To be extended by subclasses - here we set positioning related styles
* on HTML elements, subclasses have to do the same for renderer specific
* elements (e.g. viesBox, width and height of the rendererRoot)
* elements (e.g. viewBox, width and height of the rendererRoot)
*/
updateDimensions: function() {
var mapExtent = this.map.getExtent();
Expand Down

0 comments on commit d6698e3

Please sign in to comment.