Commit 278814f6 authored by Linshizhi's avatar Linshizhi

remove unused variables

parent c4db9729
...@@ -23,15 +23,12 @@ export class WW extends Observable { ...@@ -23,15 +23,12 @@ export class WW extends Observable {
#ident = undefined; #ident = undefined;
#inited = false; #inited = false;
#bridged = false;
#healthy = true;
#ww = undefined; #ww = undefined;
#connected = {}; #connected = {};
#remoteInited = false; #remoteInited = false;
#remoteBridged = false; #remoteBridged = false;
#done = false; #done = false;
#monitorSub = null;
#state = WW_STATE.UNINITIALIZED; #state = WW_STATE.UNINITIALIZED;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment