fix for #853 - remove JSDOC comments from CLASS_NAME variables

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3787 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-07-23 15:09:09 +00:00
parent e8a4938258
commit fd4d2918f1
83 changed files with 35 additions and 127 deletions
+1 -3
View File
@@ -317,8 +317,7 @@ OpenLayers.Event = {
OpenLayers.Event.observers = false;
}
},
/** @final @type String */
CLASS_NAME: "OpenLayers.Event"
};
@@ -663,6 +662,5 @@ OpenLayers.Events = OpenLayers.Class({
);
},
/** @final @type String */
CLASS_NAME: "OpenLayers.Events"
});