Merge pull request #377 from pavelpower/patch-3

Update Container.js
This commit is contained in:
Eric Rowell
2013-04-07 18:43:19 -07:00

View File

@@ -211,7 +211,7 @@
canvas._clip(this);
}
children = this.children,
children = this.children;
len = children.length;
for(var n = 0; n < len; n++) {