cleaned up animation and transition interaction

This commit is contained in:
Eric Rowell
2012-03-18 19:50:20 -07:00
parent 84e7e71461
commit 70fe63b2b6
9 changed files with 127 additions and 45 deletions

View File

@@ -10,7 +10,7 @@ function log(message) {
* Test constructor
*/
function Test() {
this.testOnly = "";
this.testOnly = '';
this.counter = 0;
}
/**