-
Notifications
You must be signed in to change notification settings - Fork 271
Missing code review #200
Copy link
Copy link
Closed
Description
Did someone check this before merge? #186
if($('#vboxPane').data('vboxConfig').enableHDFlushConfig) {
opts.push({
label: 'Ignore Flush Requests',
attrib: 'ignoreFlush',
runningEnabled: true,
});
}; // <----- Semicolon ??
if($('#vboxPane').data('vboxConfig').enableAdvancedConfig&&vboxMedia.formatSupportsDiscard(ma.medium.format)) {
opts[opts.length]={
label: 'Support Discard (TRIM)',
attrib: 'discard',
};
}; // <----- Semicolon ??
return opts;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels