fix typo
This commit is contained in:
parent
32a5fc7a69
commit
e14bd30796
|
@ -8,7 +8,7 @@ class CCPExecutionHistory extends HTMLElement {
|
||||||
#data = [];
|
#data = [];
|
||||||
#pending = [];
|
#pending = [];
|
||||||
#filtered = [];
|
#filtered = [];
|
||||||
#sockets = null;
|
#socket = null;
|
||||||
#interval = null;
|
#interval = null;
|
||||||
#searchfield = null;
|
#searchfield = null;
|
||||||
#fileupload = null;
|
#fileupload = null;
|
||||||
|
|
Loading…
Reference in New Issue