Code cleanup. Added comments.
This commit is contained in:
@ -14,6 +14,9 @@ export interface Output {
|
||||
outputDevice: string,
|
||||
}
|
||||
|
||||
/**
|
||||
* Data model to hold matrix information.
|
||||
*/
|
||||
export class Matrix {
|
||||
private _inputs: Array<Input> = [];
|
||||
private _outputs: Array<Output> = [];
|
||||
|
Reference in New Issue
Block a user