mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
collections are now chainable
This commit is contained in:
@@ -79,6 +79,8 @@
|
||||
for(i = 0; i < len; i++) {
|
||||
this[i][methodName].apply(this[i], args);
|
||||
}
|
||||
|
||||
return this;
|
||||
};
|
||||
})(key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user