• Kyle Keating's avatar
    Remove options.defaultValue from hostPageSetting · 0de918ff
    Kyle Keating authored
    - defaultValue is now handled inside of getConfig so this code is unused.
    
    - hostPageSetting now returns undefined, rather than null, if a value is not found in the config. The undefined value will trigger the defaultValue to take effect in getConfig if a defaultValue is provided.
    0de918ff
settings.js 5.02 KB