move all nd comments for CLASS_NAME back to jsdoc style. my personal opinion is that we should get rid of this comment entirely... but that's something that can be debated. so long as they are all the same, it makes it easier to do a global replace when a decision is reached

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3587 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-07-05 17:33:29 +00:00
parent cdd6acc413
commit 3d73171521
19 changed files with 20 additions and 74 deletions

View File

@@ -683,10 +683,7 @@ OpenLayers.Control.OverviewMap.prototype =
return px;
},
/**
* Constant: CLASS_NAME
* {String} Name of this class
*/
/** @final @type String */
CLASS_NAME: 'OpenLayers.Control.OverviewMap'
});