We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1936ee commit 5f09d5fCopy full SHA for 5f09d5f
src/test/client-harness.js
@@ -65,7 +65,7 @@ global.Paho = Paho
65
66
67
function ensureValue(prop, value) {
68
- if (prop === '' || prop[0] === '$') {
+ if (prop === undefined || prop === '' || prop[0] === '$') {
69
return value
70
}
71
return prop
0 commit comments