fix jslint error

trailing comma

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-10-04 09:59:07 +02:00 committed by Dietmar Maurer
parent 7e06d55dd6
commit 6f6bb9c2eb

View File

@ -10,7 +10,7 @@ Ext.define('PVE.qemu.BiosEdit', {
fieldStyle: 'background-color: LightYellow;', fieldStyle: 'background-color: LightYellow;',
value: gettext('You need to add an EFI disk for storing the ' + value: gettext('You need to add an EFI disk for storing the ' +
'EFI settings. See the online help for details.'), 'EFI settings. See the online help for details.'),
hidden: true, hidden: true
}); });
Ext.applyIf(me, { Ext.applyIf(me, {