Fix app breakage with a 'version' file
Re-add accidenally removed variable initialiserpull/4019/head
parent
a9b5282ba3
commit
dc990f47be
|
@ -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 New Issue