1 parent a9b5282 commit dc990f4Copy full SHA for dc990f4
1 file changed
src/vector/platform/WebPlatform.js
@@ -26,6 +26,10 @@ import url from 'url';
26
import UAParser from 'ua-parser-js';
27
28
export default class WebPlatform extends VectorBasePlatform {
29
+ constructor() {
30
+ super();
31
+ this.runningVersion = null;
32
+ }
33
34
/**
35
* Returns true if the platform supports displaying
0 commit comments