Fix app breakage with a 'version' file
Re-add accidenally removed variable initialiser
This commit is contained in:
@@ -26,6 +26,10 @@ import url from 'url';
|
|||||||
import UAParser from 'ua-parser-js';
|
import UAParser from 'ua-parser-js';
|
||||||
|
|
||||||
export default class WebPlatform extends VectorBasePlatform {
|
export default class WebPlatform extends VectorBasePlatform {
|
||||||
|
constructor() {
|
||||||
|
super();
|
||||||
|
this.runningVersion = null;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true if the platform supports displaying
|
* Returns true if the platform supports displaying
|
||||||
|
|||||||
Reference in New Issue
Block a user