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