transitions can now operate on ANY numeric value for any Node object, regardless of the property's depth in a config object tree

This commit is contained in:
Eric Rowell
2012-05-13 18:59:10 -07:00
parent 9944b897c4
commit 2ac2c2856c
5 changed files with 49 additions and 74 deletions

View File

@@ -11,7 +11,6 @@ function log(message) {
*/
function Test() {
this.testOnly = '';
this.counter = 0;
}
/**
* Test methods