diff options
Diffstat (limited to 'src/Link.mjs')
-rw-r--r-- | src/Link.mjs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Link.mjs b/src/Link.mjs index 7947152..92aaacf 100644 --- a/src/Link.mjs +++ b/src/Link.mjs | |||
@@ -3,8 +3,7 @@ import { insideWindow, insideParent } from './utils' | |||
3 | import * as markers from './marker.mjs' | 3 | import * as markers from './marker.mjs' |
4 | 4 | ||
5 | /** | 5 | /** |
6 | * GeoLink: anchor element with geo scheme and properties about maps | 6 | * @typedef {Object} GeoLink - anchor element with geo scheme and properties about maps |
7 | * @typedef {Object} GeoLink | ||
8 | * @extends HTMLAnchorElement | 7 | * @extends HTMLAnchorElement |
9 | * @property {string[]} targets - ids of target map elements | 8 | * @property {string[]} targets - ids of target map elements |
10 | * @property {LeaderLine[]} lines | 9 | * @property {LeaderLine[]} lines |