mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
stage layers length fix
This commit is contained in:
@@ -121,7 +121,7 @@
|
|||||||
*/
|
*/
|
||||||
clear: function() {
|
clear: function() {
|
||||||
var layers = this.children,
|
var layers = this.children,
|
||||||
len = length,
|
len = layers.length,
|
||||||
n;
|
n;
|
||||||
|
|
||||||
for(n = 0; n < len; n++) {
|
for(n = 0; n < len; n++) {
|
||||||
|
Reference in New Issue
Block a user