[setup] fixed
This commit is contained in:
parent
18cb3ac92d
commit
21b5d48669
|
@ -12,10 +12,15 @@ import WebSocketClientDriver from './lib/client/ws.js'
|
||||||
|
|
||||||
/* (1) Custom lib accessors
|
/* (1) Custom lib accessors
|
||||||
---------------------------------------------------------*/
|
---------------------------------------------------------*/
|
||||||
|
/* (1) Global Store for Vue */
|
||||||
window.gs = new GlobalStore();
|
window.gs = new GlobalStore();
|
||||||
|
|
||||||
|
/* (2) Authentication token management */
|
||||||
|
window.auth = new Authentication();
|
||||||
|
|
||||||
|
/* (3) XHR / WebSocket drivers */
|
||||||
window.xhrcd = XHRClientDriver;
|
window.xhrcd = XHRClientDriver;
|
||||||
window.wscd = WebSocketClientDriver;
|
window.wscd = WebSocketClientDriver;
|
||||||
window.auth = new Authentication();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue