Minor documentation fixed from fredj (#570).

git-svn-id: http://svn.openlayers.org/trunk/openlayers@2969 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-04-02 10:54:01 +00:00
parent 833abcf6f1
commit 5319acfaf1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ OpenLayers.Geometry.Collection.prototype =
/** /**
* @returns the components of the geometry * @returns the components of the geometry
* @type Array(OpenLayers.Geometry) * @type String
*/ */
getComponentsString: function(){ getComponentsString: function(){
var strings = []; var strings = [];
+1 -1
View File
@@ -35,7 +35,7 @@ OpenLayers.Renderer.SVG.prototype =
}, },
/** /**
* @returns Whether or not the browser supports the VML renderer * @returns Whether or not the browser supports the SVG renderer
* @type Boolean * @type Boolean
*/ */
supported: function() { supported: function() {