fix APIProperty formating, thanks Denis Rykov

This commit is contained in:
fredj
2011-10-10 16:26:23 +02:00
parent 64f111a308
commit b1ee9d1f95
+4 -4
View File
@@ -18,8 +18,8 @@
OpenLayers.Layer.PointTrack = OpenLayers.Class(OpenLayers.Layer.Vector, { OpenLayers.Layer.PointTrack = OpenLayers.Class(OpenLayers.Layer.Vector, {
/** /**
* APIProperty: * APIProperty: dataFrom
* dataFrom - {<OpenLayers.Layer.PointTrack.TARGET_NODE>} or * {<OpenLayers.Layer.PointTrack.TARGET_NODE>} or
* {<OpenLayers.Layer.PointTrack.SOURCE_NODE>} optional. If the lines * {<OpenLayers.Layer.PointTrack.SOURCE_NODE>} optional. If the lines
* should get the data/attributes from one of the two points it is * should get the data/attributes from one of the two points it is
* composed of, which one should it be? * composed of, which one should it be?
@@ -27,8 +27,8 @@ OpenLayers.Layer.PointTrack = OpenLayers.Class(OpenLayers.Layer.Vector, {
dataFrom: null, dataFrom: null,
/** /**
* APIProperty: * APIProperty: styleFrom
* styleFrom - {<OpenLayers.Layer.PointTrack.TARGET_NODE>} or * {<OpenLayers.Layer.PointTrack.TARGET_NODE>} or
* {<OpenLayers.Layer.PointTrack.SOURCE_NODE>} optional. If the lines * {<OpenLayers.Layer.PointTrack.SOURCE_NODE>} optional. If the lines
* should get the style from one of the two points it is composed of, * should get the style from one of the two points it is composed of,
* which one should it be? * which one should it be?