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:
@@ -503,8 +503,6 @@ OpenLayers.Format.GML = OpenLayers.Class(OpenLayers.Format, {
|
||||
|
||||
return coordinatesNode;
|
||||
},
|
||||
|
||||
/** @final @type String */
|
||||
CLASS_NAME: "OpenLayers.Format.GML"
|
||||
|
||||
CLASS_NAME: "OpenLayers.Format.GML"
|
||||
});
|
||||
|
||||
@@ -148,7 +148,5 @@ OpenLayers.Format.GeoRSS = OpenLayers.Class(OpenLayers.Format, {
|
||||
return document.createTextNode(path);
|
||||
},
|
||||
|
||||
/** @final @type String */
|
||||
CLASS_NAME: "OpenLayers.Format.GeoRSS"
|
||||
|
||||
});
|
||||
|
||||
@@ -191,7 +191,5 @@ OpenLayers.Format.KML = OpenLayers.Class(OpenLayers.Format, {
|
||||
return p;
|
||||
},
|
||||
|
||||
/** @final @type String */
|
||||
CLASS_NAME: "OpenLayers.Format.KML"
|
||||
|
||||
});
|
||||
|
||||
@@ -179,7 +179,5 @@ OpenLayers.Format.WFS = OpenLayers.Class(OpenLayers.Format.GML, {
|
||||
this.layer = null;
|
||||
},
|
||||
|
||||
/** @final @type String */
|
||||
CLASS_NAME: "OpenLayers.Format.WFS"
|
||||
|
||||
});
|
||||
|
||||
@@ -326,7 +326,5 @@ OpenLayers.Format.WKT = OpenLayers.Class(OpenLayers.Format, {
|
||||
|
||||
},
|
||||
|
||||
/** @final @type String */
|
||||
CLASS_NAME: "OpenLayers.Format.WKT"
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user