Fixed compile errors in LSP javascript.
This commit is contained in:
parent
de297b9a36
commit
89e967e419
1 changed files with 7 additions and 7 deletions
14
lsp/main.js
14
lsp/main.js
|
@ -826,16 +826,16 @@
|
||||||
{
|
{
|
||||||
sdata =
|
sdata =
|
||||||
{
|
{
|
||||||
name: '',
|
'name': '',
|
||||||
channel:
|
'channel':
|
||||||
{
|
{
|
||||||
URL: ''
|
'URL': ''
|
||||||
},
|
},
|
||||||
limits: [],
|
'limits': [],
|
||||||
preset:
|
'preset':
|
||||||
{
|
{
|
||||||
cmd: ''
|
'cmd': ''
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
title = 'add new stream';
|
title = 'add new stream';
|
||||||
}else{
|
}else{
|
||||||
|
|
Loading…
Add table
Reference in a new issue