fix APIProperty formating, thanks Denis Rykov
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
OpenLayers.Layer.PointTrack = OpenLayers.Class(OpenLayers.Layer.Vector, {
|
||||
|
||||
/**
|
||||
* APIProperty:
|
||||
* dataFrom - {<OpenLayers.Layer.PointTrack.TARGET_NODE>} or
|
||||
* APIProperty: dataFrom
|
||||
* {<OpenLayers.Layer.PointTrack.TARGET_NODE>} or
|
||||
* {<OpenLayers.Layer.PointTrack.SOURCE_NODE>} 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 - {<OpenLayers.Layer.PointTrack.TARGET_NODE>} or
|
||||
* APIProperty: styleFrom
|
||||
* {<OpenLayers.Layer.PointTrack.TARGET_NODE>} or
|
||||
* {<OpenLayers.Layer.PointTrack.SOURCE_NODE>} optional. If the lines
|
||||
* should get the style from one of the two points it is composed of,
|
||||
* which one should it be?
|
||||
|
||||
Reference in New Issue
Block a user