diff --git a/lib/OpenLayers/Layer/PointTrack.js b/lib/OpenLayers/Layer/PointTrack.js index 8e9e639b2d..62d831cac1 100644 --- a/lib/OpenLayers/Layer/PointTrack.js +++ b/lib/OpenLayers/Layer/PointTrack.js @@ -18,8 +18,8 @@ OpenLayers.Layer.PointTrack = OpenLayers.Class(OpenLayers.Layer.Vector, { /** - * APIProperty: - * dataFrom - {} or + * APIProperty: dataFrom + * {} or * {} optional. If the lines * should get the data/attributes from one of the two points it is * composed of, which one should it be? @@ -27,8 +27,8 @@ OpenLayers.Layer.PointTrack = OpenLayers.Class(OpenLayers.Layer.Vector, { dataFrom: null, /** - * APIProperty: - * styleFrom - {} or + * APIProperty: styleFrom + * {} or * {} optional. If the lines * should get the style from one of the two points it is composed of, * which one should it be?