semicolons, add them
This commit is contained in:
parent
e599d8b6fa
commit
90435a8fb7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export class RootViewModel extends ViewModel {
|
|||
// this should never happen, but we want to be sure not to leak it
|
||||
if (this._pendingSessionContainer) {
|
||||
this._pendingSessionContainer.dispose();
|
||||
this._pendingSessionContainer = null
|
||||
this._pendingSessionContainer = null;
|
||||
}
|
||||
this._showSessionLoader(sessionId);
|
||||
}
|
||||
|
|
Reference in a new issue