Avoid trailing comma (does not work with IE)
This commit is contained in:
parent
7ad9ca9ef4
commit
cd305a21b2
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ tvheadend.VLC = function(url) {
|
|||
value: 90,
|
||||
increment: 1,
|
||||
minValue: 0,
|
||||
maxValue: 100,
|
||||
maxValue: 100
|
||||
});
|
||||
|
||||
var sliderLabel = new Ext.form.Label();
|
||||
|
|
Loading…
Add table
Reference in a new issue