removed Polar Tests and make a few tweaks to Node

This commit is contained in:
Eric Rowell
2014-01-11 12:55:19 -08:00
parent 99e7ad4bf0
commit cb78b9bd0e
2 changed files with 1 additions and 507 deletions

View File

@@ -1861,7 +1861,7 @@
* node.listening('inherit');
*/
Kinetic.Factory.addGetterSetter(Kinetic.Node, 'filters');
Kinetic.Factory.addGetterSetter(Kinetic.Node, 'filters', undefined, function(val) {this._filterUpToDate = false;return val;});
/**
* get/set filters. Filters are applied to cached canvases
* @name filters