EDIT & COMMENT Element.toDefs

master
Mike Sierra 2013-10-09 14:24:54 -04:00
parent 25f9e7b1d8
commit e6de34eec7
1 changed files with 2 additions and 1 deletions

View File

@ -1881,11 +1881,12 @@ function arrayFirstValue(arr) {
clone.insertAfter(this);
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
[ method ]
**
* Moves element to the relative `<defs>` section.
* Moves element to the shared `<defs>` area.
**
= (Element) the clone
\*/