Remove class_name jsdoc for consistency, thanks fredj. (Closes #853)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@4256 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-09-13 10:27:39 +00:00
parent 74b66a29d3
commit d8ab004642
2 changed files with 0 additions and 3 deletions

View File

@@ -1616,8 +1616,6 @@ OpenLayers.Map = OpenLayers.Class({
return this.getLayerPxFromViewPortPx(px);
},
/** @final @type String */
CLASS_NAME: "OpenLayers.Map"
});