OpenLayers OpenLayers

Ticket #570: FixComments.patch

File FixComments.patch, 0.9 kB (added by openlayers, 2 years ago)
  • lib/OpenLayers/Geometry/Collection.js

    old new  
    8484     
    8585    /** 
    8686     * @returns the components of the geometry 
    87      * @type Array(OpenLayers.Geometry) 
     87     * @type String 
    8888     */ 
    8989    getComponentsString: function(){ 
    9090        var strings = []; 
  • lib/OpenLayers/Renderer/SVG.js

    old new  
    3535    }, 
    3636     
    3737    /** 
    38      * @returns Whether or not the browser supports the VML renderer 
     38     * @returns Whether or not the browser supports the SVG renderer 
    3939     * @type Boolean 
    4040     */ 
    4141    supported: function() {