tons of refactoring to make the code base even more elegant and flexibile. In particular, the setAttrs() method is much more powerful now, and serves as a really convenient way for setting a bunch of node properties at once

This commit is contained in:
Eric Rowell
2012-05-19 21:14:04 -07:00
parent 2ac2c2856c
commit e60eb8be6e
9 changed files with 439 additions and 412 deletions

View File

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