Update abstract-numbering.ts
parent
4c5350381c
commit
b24d4b4e3a
|
@ -2,7 +2,7 @@ import { Level } from "./level";
|
||||||
|
|
||||||
export class AbstractNumbering {
|
export class AbstractNumbering {
|
||||||
id: number;
|
id: number;
|
||||||
levels: Level[];
|
levels: Level[] = [];
|
||||||
constructor(id: number) {
|
constructor(id: number) {
|
||||||
this.id = id;
|
this.id = id;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue