mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
Fix app breakage with a 'version' file
Re-add accidenally removed variable initialiser
This commit is contained in:
parent
a9b5282ba3
commit
dc990f47be
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ import url from 'url';
|
|||
import UAParser from 'ua-parser-js';
|
||||
|
||||
export default class WebPlatform extends VectorBasePlatform {
|
||||
constructor() {
|
||||
super();
|
||||
this.runningVersion = null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if the platform supports displaying
|
||||
|
|
Loading…
Reference in a new issue