mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-23 07:49:48 -05: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];
|
thisLink.alias = symbolNames[i];
|
||||||
links.push(thisLink._makeSymbolLink(symbolNames[i], parameters));
|
links.push(thisLink._makeSymbolLink(symbolNames[i], parameters));
|
||||||
}
|
}
|
||||||
return prematch+links.join("|")+postmatch;
|
return prematch+links.join(" / ")+postmatch;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue