Fix immutable configs

This commit is contained in:
Ilya Ig. Petrov 2017-05-20 04:18:33 -07:00
parent 7076724ac0
commit 84ddcb2348

View File

@ -12,7 +12,7 @@
const ifIncontinence = 'if-incontinence';
const modsKey = 'mods';
const getDefaultConfigs () => {// Configs user may mutate them and we don't care!
const getDefaultConfigs = () => ({// Configs user may mutate them and we don't care!
ifProxyHttpsUrlsOnly: {
dflt: false,
@ -88,7 +88,7 @@
order: 9,
},
};
});
const getDefaults = function getDefaults() {