mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 09:50:05 +08:00
Update Container.js
semicolon
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
canvas._clip(this);
|
||||
}
|
||||
|
||||
children = this.children,
|
||||
children = this.children;
|
||||
len = children.length;
|
||||
|
||||
for(var n = 0; n < len; n++) {
|
||||
|
Reference in New Issue
Block a user