Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "doji-ui", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "rootdir": "./www/", |
@@ -115,2 +115,10 @@ 'use strict'; | ||
} | ||
clear() { | ||
this._clients = {}; | ||
this.broadcast({ | ||
type: 'ui', | ||
event: 'clients.view' | ||
}); | ||
return this; | ||
} | ||
virtual(address) { | ||
@@ -117,0 +125,0 @@ let vid = _md5('virtual-'+address); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
694096
16376