enabling fluent-interface for `group.add`

master
Emanuel Kluge 2013-12-17 11:42:57 +01:00
parent c3134f596b
commit 4d02d7c1a1
1 changed files with 1 additions and 0 deletions

View File

@ -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) {