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:
@@ -56,10 +56,7 @@ OpenLayers.Format.prototype = {
|
||||
alert("Write not implemented.");
|
||||
},
|
||||
|
||||
/**
|
||||
* Constant: CLASS_NAME
|
||||
* {String} OpenLayers.Format
|
||||
*/
|
||||
/** @final @type String */
|
||||
CLASS_NAME: "OpenLayers.Format"
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user