mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
JSDocs: Have inheritance links be rendered bold too.
This commit is contained in:
parent
bd61bf5a27
commit
dc731f2d79
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ var Render = new function() {
|
|||
};
|
||||
param.inheritedLinks = [];
|
||||
for (var i in param.inheritedClasses) {
|
||||
param.inheritedLinks.push(new Link().toSymbol(i));
|
||||
param.inheritedLinks.push('<b>' + new Link().toSymbol(i) + '</b>');
|
||||
}
|
||||
param.inheritedLinks = param.inheritedLinks.join(', ');
|
||||
// Add the grouped operators to param:
|
||||
|
|
Loading…
Reference in a new issue