Skip to content

Commit e2bda55

Browse files
committed
Cosmetic changes
1 parent 5f8c634 commit e2bda55

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414

1515
import { GUI, controllers } from '../../dat.gui';
1616

17+
/**
18+
* @class Example of subtype of CustomController class.
19+
*
20+
* @extends dat.controllers.CustomController
21+
*
22+
* @param {number} a
23+
* @param {number} b
24+
*/
1725
export class KnobController extends controllers.CustomController {
1826
constructor( a, b ) {
1927
super(function (controller) {

0 commit comments

Comments
 (0)