Fix up the linter error

This commit is contained in:
Ben Ogle
2015-01-27 15:48:43 -08:00
parent 26b450fe49
commit adbe151c5d

View File

@@ -1041,9 +1041,9 @@ class Config
settings = withoutEmptyObjects(@makeValueConformToSchema(null, settings))
validatedSettings[scopeSelector] = settings
catch e
;
validatedSettings[scopeSelector] = null
@scopedSettingsStore.addProperties(source, validatedSettings, {priority}) if validatedSettings[scopeSelector]
@scopedSettingsStore.addProperties(source, validatedSettings, {priority}) if validatedSettings[scopeSelector]?
@emitChangeEvent()