Avoid trailing comma (does not work with IE)

This commit is contained in:
Andreas Öman 2010-08-19 14:23:50 +00:00
parent 7ad9ca9ef4
commit cd305a21b2

View file

@ -77,7 +77,7 @@ tvheadend.VLC = function(url) {
value: 90,
increment: 1,
minValue: 0,
maxValue: 100,
maxValue: 100
});
var sliderLabel = new Ext.form.Label();