OpenLayers OpenLayers

Ticket #853: 853.patch

File 853.patch, 1.8 kB (added by fredj, 1 year ago)

Remove JSDOC from CLASS_NAME (again)

  • lib/OpenLayers/Control/Attribution.js

    old new  
    7777        } 
    7878    }, 
    7979 
    80     /** @final @type String */ 
    8180    CLASS_NAME: "OpenLayers.Control.Attribution" 
    8281}); 
  • lib/OpenLayers/Control/SelectFeature.js

    old new  
    206206        OpenLayers.Control.prototype.setMap.apply(this, arguments); 
    207207    }, 
    208208 
    209     /** @final @type String */ 
    210209    CLASS_NAME: "OpenLayers.Control.SelectFeature" 
    211210}); 
  • lib/OpenLayers/Geometry/Collection.js

    old new  
    305305        return equivalent; 
    306306    }, 
    307307 
    308     /** @final @type String */ 
    309308    CLASS_NAME: "OpenLayers.Geometry.Collection" 
    310309}); 
  • lib/OpenLayers/Tile/Image.js

    old new  
    237237        } 
    238238    }, 
    239239 
    240     /** @final @type String */ 
    241240    CLASS_NAME: "OpenLayers.Tile.Image" 
    242241  } 
    243242); 
  • lib/OpenLayers/Layer/GeoRSS.js

    old new  
    257257        }         
    258258    }, 
    259259     
    260     /** @final @type String */ 
    261260    CLASS_NAME: "OpenLayers.Layer.GeoRSS" 
    262261});