added new Line Shape

This commit is contained in:
Eric Rowell
2012-04-28 21:12:01 -07:00
parent ffd9924511
commit 1dbe93a232
7 changed files with 203 additions and 20 deletions

View File

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