Skip to content

Commit 7fa2e18

Browse files
committed
cosmetic changes
1 parent 69ac2e2 commit 7fa2e18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export class PlayController extends controllers.CustomController {
7373
property: init,
7474

7575
}, 'playRate', 1, 25, 1 );
76-
// this.property = init();
7776
if ( this.property === undefined )
7877
console.error( 'init() returns ' + this.property );
7978
}
@@ -92,7 +91,6 @@ export class PrevAndNextController extends controllers.CustomController {
9291
super( {
9392
property: init,
9493
} );
95-
// this.property = init();
9694
if ( this.property === undefined )
9795
console.error( ' init() returns ' + this.property );
9896
}

0 commit comments

Comments
 (0)