Added semicolon
This commit is contained in:
parent
94b132c22a
commit
8471d44c41
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ interface RecorderProfileConfig {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let default_recorder: RecorderProfile /* needs initialize */
|
let default_recorder: RecorderProfile; /* needs initialize */
|
||||||
class RecorderProfile {
|
class RecorderProfile {
|
||||||
readonly name;
|
readonly name;
|
||||||
readonly volatile; /* not saving profile */
|
readonly volatile; /* not saving profile */
|
||||||
|
|
Loading…
Add table
Reference in a new issue