UEA-PRODEM
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ module.exports = formats;
|
||||
|
||||
function formats(mode) {
|
||||
mode = mode == 'full' ? 'full' : 'fast';
|
||||
return util.copy(formats[mode]);
|
||||
return util.copy(formats[mode], Object.create(null));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user