remove some stray oldschool jsdoc comments for the CLASS_NAME property. this re-closes the 853 ticket (Closes #853)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5157 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-11-09 16:23:54 +00:00
parent d3125f250c
commit 15e6809bf2
5 changed files with 0 additions and 5 deletions

View File

@@ -77,6 +77,5 @@ OpenLayers.Control.Attribution =
} }
}, },
/** @final @type String */
CLASS_NAME: "OpenLayers.Control.Attribution" CLASS_NAME: "OpenLayers.Control.Attribution"
}); });

View File

@@ -206,6 +206,5 @@ OpenLayers.Control.SelectFeature = OpenLayers.Class(OpenLayers.Control, {
OpenLayers.Control.prototype.setMap.apply(this, arguments); OpenLayers.Control.prototype.setMap.apply(this, arguments);
}, },
/** @final @type String */
CLASS_NAME: "OpenLayers.Control.SelectFeature" CLASS_NAME: "OpenLayers.Control.SelectFeature"
}); });

View File

@@ -305,6 +305,5 @@ OpenLayers.Geometry.Collection = OpenLayers.Class(OpenLayers.Geometry, {
return equivalent; return equivalent;
}, },
/** @final @type String */
CLASS_NAME: "OpenLayers.Geometry.Collection" CLASS_NAME: "OpenLayers.Geometry.Collection"
}); });

View File

@@ -257,6 +257,5 @@ OpenLayers.Layer.GeoRSS = OpenLayers.Class(OpenLayers.Layer.Markers, {
} }
}, },
/** @final @type String */
CLASS_NAME: "OpenLayers.Layer.GeoRSS" CLASS_NAME: "OpenLayers.Layer.GeoRSS"
}); });

View File

@@ -237,7 +237,6 @@ OpenLayers.Tile.Image = OpenLayers.Class(OpenLayers.Tile, {
} }
}, },
/** @final @type String */
CLASS_NAME: "OpenLayers.Tile.Image" CLASS_NAME: "OpenLayers.Tile.Image"
} }
); );