mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Clean up code.
This commit is contained in:
parent
d1db98fe68
commit
d07c95f565
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ Link.getSymbol= function(alias) {
|
|||
|
||||
/** Create a link to another symbol. */
|
||||
Link.prototype._makeSymbolLink = function(alias, parameters) {
|
||||
var linkBase = Link.base+publish.conf.symbolsDir;
|
||||
var linkBase = Link.base + publish.conf.symbolsDir;
|
||||
var linkTo = Link.getSymbol(alias);
|
||||
var linkPath;
|
||||
var target = (this.targetName)? " target=\""+this.targetName+"\"" : "";
|
||||
|
|
Loading…
Reference in a new issue