Fix attrs initialization regression

Fixes issue #41
This commit is contained in:
Andrei Mihailov
2015-04-12 14:00:07 +02:00
parent 98e575aaf7
commit 487387e767

View File

@@ -621,7 +621,7 @@
if(config) { if(config) {
for(key in config) { for(key in config) {
if (key === CHILDREN || config[key] instanceof Konva.Node) { if (key === CHILDREN) {
} }
else { else {