Ticket #853: 853.patch
| File 853.patch, 1.8 kB (added by fredj, 1 year ago) |
|---|
-
lib/OpenLayers/Control/Attribution.js
old new 77 77 } 78 78 }, 79 79 80 /** @final @type String */81 80 CLASS_NAME: "OpenLayers.Control.Attribution" 82 81 }); -
lib/OpenLayers/Control/SelectFeature.js
old new 206 206 OpenLayers.Control.prototype.setMap.apply(this, arguments); 207 207 }, 208 208 209 /** @final @type String */210 209 CLASS_NAME: "OpenLayers.Control.SelectFeature" 211 210 }); -
lib/OpenLayers/Geometry/Collection.js
old new 305 305 return equivalent; 306 306 }, 307 307 308 /** @final @type String */309 308 CLASS_NAME: "OpenLayers.Geometry.Collection" 310 309 }); -
lib/OpenLayers/Tile/Image.js
old new 237 237 } 238 238 }, 239 239 240 /** @final @type String */241 240 CLASS_NAME: "OpenLayers.Tile.Image" 242 241 } 243 242 ); -
lib/OpenLayers/Layer/GeoRSS.js
old new 257 257 } 258 258 }, 259 259 260 /** @final @type String */261 260 CLASS_NAME: "OpenLayers.Layer.GeoRSS" 262 261 });
