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

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