mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-14 00:39:57 -04:00
jsdoc: Revert unrequired change.
This commit is contained in:
parent
31bef3ea14
commit
39380b4c87
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ Link.prototype._makeSymbolLink = function(alias, parameters) {
|
|||
// it's a symbol in another file
|
||||
if (!linkTo.is("CONSTRUCTOR") && !linkTo.isNamespace) { // it's a method or property
|
||||
linkPath= (Link.filemap) ? Link.filemap[linkTo.memberOf] :
|
||||
escape(linkTo.memberOf) || "global";
|
||||
escape(linkTo.memberOf) || "_global_";
|
||||
linkPath += publish.conf.ext + "#" + Link.symbolNameToLinkName(linkTo).toLowerCase();
|
||||
if (parameters) {
|
||||
linkPath += '-' + parameters.replace(/[()]+/g, '').split(', ').join('-').toLowerCase();
|
||||
|
|
Loading…
Reference in a new issue