fix wrong copy-paste

This commit is contained in:
Anton Lavrenov
2016-09-10 08:00:31 -04:00
parent 3232c3eaf7
commit 101b0242cd
3 changed files with 3 additions and 3 deletions

View File

@@ -2289,7 +2289,7 @@
* shape.preventDefault(false);
*/
Konva.Factory.addGetterSetter(Konva.Shape, 'preventDefault', true);
Konva.Factory.addGetterSetter(Konva.Node, 'preventDefault', true);
Konva.Factory.addGetterSetter(Konva.Node, 'filters', undefined, function(val) {this._filterUpToDate = false; return val; });
/**