enabling fluent-interface for `group.add`
parent
c3134f596b
commit
4d02d7c1a1
|
@ -1419,6 +1419,7 @@ function add2group(list) {
|
|||
for (i = 0; i < children.length; i++) {
|
||||
this[j++] = wrap(children[i]);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
function Element(el) {
|
||||
if (el.snap in hub) {
|
||||
|
|
Loading…
Reference in New Issue