code cleanup

This commit is contained in:
Eric Rowell
2012-03-21 00:52:45 -07:00
parent 8aa5fcf560
commit d10721d85a
6 changed files with 29 additions and 27 deletions

View File

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