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