[setup] fixed

This commit is contained in:
xdrm-brackets 2018-03-25 13:59:43 +02:00
parent 18cb3ac92d
commit 21b5d48669
1 changed files with 6 additions and 1 deletions

View File

@ -12,10 +12,15 @@ import WebSocketClientDriver from './lib/client/ws.js'
/* (1) Custom lib accessors
---------------------------------------------------------*/
/* (1) Global Store for Vue */
window.gs = new GlobalStore();
/* (2) Authentication token management */
window.auth = new Authentication();
/* (3) XHR / WebSocket drivers */
window.xhrcd = XHRClientDriver;
window.wscd = WebSocketClientDriver;
window.auth = new Authentication();