Remove JSDOC from CLASS_NAME property, (see #853)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7704 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2008-08-05 05:54:47 +00:00
parent 14119a6811
commit 18af32a5ac

View File

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