mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 08:56:15 +08:00
Container's add return this
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
* @method
|
||||
* @memberof Kinetic.Container.prototype
|
||||
* @param {Node} child
|
||||
* @returns {Container}
|
||||
*/
|
||||
add: function(child) {
|
||||
var children = this.children;
|
||||
|
||||
Reference in New Issue
Block a user