Commit 278814f6 authored by Linshizhi's avatar Linshizhi

remove unused variables

parent c4db9729
......@@ -23,15 +23,12 @@ export class WW extends Observable {
#ident = undefined;
#inited = false;
#bridged = false;
#healthy = true;
#ww = undefined;
#connected = {};
#remoteInited = false;
#remoteBridged = false;
#done = false;
#monitorSub = null;
#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