EDIT & COMMENT Element.toDefs
parent
25f9e7b1d8
commit
e6de34eec7
|
@ -1881,11 +1881,12 @@ function arrayFirstValue(arr) {
|
||||||
clone.insertAfter(this);
|
clone.insertAfter(this);
|
||||||
return clone;
|
return clone;
|
||||||
};
|
};
|
||||||
|
// SIERRA Element.toDefs(): If this _moves_ an element to the <defs> region, why is the return value a _clone_? Also unclear why it's called the _relative_ <defs> section. Perhaps _shared_?
|
||||||
/*\
|
/*\
|
||||||
* Element.toDefs
|
* Element.toDefs
|
||||||
[ method ]
|
[ method ]
|
||||||
**
|
**
|
||||||
* Moves element to the relative `<defs>` section.
|
* Moves element to the shared `<defs>` area.
|
||||||
**
|
**
|
||||||
= (Element) the clone
|
= (Element) the clone
|
||||||
\*/
|
\*/
|
||||||
|
|
Loading…
Reference in New Issue