fix eslint
parent
a8a20bdddd
commit
a7f586a46d
web/js
|
@ -211,7 +211,6 @@ function MonitorStream(monitorData) {
|
|||
this.statusCmdTimer = setTimeout(this.statusQuery.bind(this), delay);
|
||||
stream.onerror = this.img_onerror.bind(this);
|
||||
stream.onload = this.img_onload.bind(this);
|
||||
|
||||
}; // this.start
|
||||
|
||||
this.stop = function() {
|
||||
|
|
Loading…
Reference in New Issue