mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-21 10:33:35 -04:00
JSDocs: Separate different options with ' / ' rather than '|'.
This commit is contained in:
parent
a5426403eb
commit
494c2f4da0
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ function Link() {
|
|||
thisLink.alias = symbolNames[i];
|
||||
links.push(thisLink._makeSymbolLink(symbolNames[i], parameters));
|
||||
}
|
||||
return prematch+links.join("|")+postmatch;
|
||||
return prematch+links.join(" / ")+postmatch;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue