Ticket #570: FixComments.patch
| File FixComments.patch, 0.9 kB (added by openlayers, 2 years ago) |
|---|
-
lib/OpenLayers/Geometry/Collection.js
old new 84 84 85 85 /** 86 86 * @returns the components of the geometry 87 * @type Array(OpenLayers.Geometry)87 * @type String 88 88 */ 89 89 getComponentsString: function(){ 90 90 var strings = []; -
lib/OpenLayers/Renderer/SVG.js
old new 35 35 }, 36 36 37 37 /** 38 * @returns Whether or not the browser supports the VMLrenderer38 * @returns Whether or not the browser supports the SVG renderer 39 39 * @type Boolean 40 40 */ 41 41 supported: function() {
