Skip to content

Commit b4eb952

Browse files
authored
comment to push CI
1 parent 5bcbe38 commit b4eb952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/Preferences.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ qx.Class.define("osparc.Preferences", {
211211
},
212212

213213
__patchPreference: function(value, old, propName) {
214-
// only patch if it changed
214+
// only patch if the value changed
215215
if (value === old) {
216216
return;
217217
}

0 commit comments

Comments
 (0)