remove some stray oldschool jsdoc comments for the CLASS_NAME property. this re-closes the 853 ticket (Closes #853)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5157 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -77,6 +77,5 @@ OpenLayers.Control.Attribution =
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/** @final @type String */
|
|
||||||
CLASS_NAME: "OpenLayers.Control.Attribution"
|
CLASS_NAME: "OpenLayers.Control.Attribution"
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -206,6 +206,5 @@ OpenLayers.Control.SelectFeature = OpenLayers.Class(OpenLayers.Control, {
|
|||||||
OpenLayers.Control.prototype.setMap.apply(this, arguments);
|
OpenLayers.Control.prototype.setMap.apply(this, arguments);
|
||||||
},
|
},
|
||||||
|
|
||||||
/** @final @type String */
|
|
||||||
CLASS_NAME: "OpenLayers.Control.SelectFeature"
|
CLASS_NAME: "OpenLayers.Control.SelectFeature"
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -305,6 +305,5 @@ OpenLayers.Geometry.Collection = OpenLayers.Class(OpenLayers.Geometry, {
|
|||||||
return equivalent;
|
return equivalent;
|
||||||
},
|
},
|
||||||
|
|
||||||
/** @final @type String */
|
|
||||||
CLASS_NAME: "OpenLayers.Geometry.Collection"
|
CLASS_NAME: "OpenLayers.Geometry.Collection"
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -257,6 +257,5 @@ OpenLayers.Layer.GeoRSS = OpenLayers.Class(OpenLayers.Layer.Markers, {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/** @final @type String */
|
|
||||||
CLASS_NAME: "OpenLayers.Layer.GeoRSS"
|
CLASS_NAME: "OpenLayers.Layer.GeoRSS"
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -237,7 +237,6 @@ OpenLayers.Tile.Image = OpenLayers.Class(OpenLayers.Tile, {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/** @final @type String */
|
|
||||||
CLASS_NAME: "OpenLayers.Tile.Image"
|
CLASS_NAME: "OpenLayers.Tile.Image"
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user