mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Fix typo in comment.
This commit is contained in:
parent
c5b745c20c
commit
e66f8d37cc
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ module.exports = function SettingsServiceFactory(
|
|||
}
|
||||
, function(newValue, oldValue) {
|
||||
// Skip initial value. The new value might not be different if
|
||||
// settings were reset, for example. In that case we call back
|
||||
// settings were reset, for example. In that case we fall back
|
||||
// to the default value.
|
||||
if (newValue !== oldValue) {
|
||||
scope[options.target] = newValue || defaultValue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue