This commit is contained in:
Лаврёнов Антон
2014-03-03 19:24:00 +08:00
parent e5db9115a0
commit a524ba9ec1
2 changed files with 25 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
// call super constructor
Kinetic.Node.call(this, config);
this.on('shadowColorChange.kinetic shadowBlurChange.kinetic shadowOffsetChange.kinetic shadowOpacityChange.kinetic shadowEnabledChanged.kinetic', _clearHasShadowCache);
this.on('shadowColorChange.kinetic shadowBlurChange.kinetic shadowOffsetChange.kinetic shadowOpacityChange.kinetic shadowEnabledChange.kinetic', _clearHasShadowCache);
},
hasChildren: function() {
return false;