diff --git a/html/src/vr.js b/html/src/vr.js index 6307a5c3..f575949c 100644 --- a/html/src/vr.js +++ b/html/src/vr.js @@ -614,14 +614,12 @@ speechSynthesis.getVoices(); props[prop] = true; } } - var has = false; for (var prop in props) { var asis = $ref[prop]; var tobe = ref[prop]; if (asis === tobe) { delete props[prop]; } else { - has = true; props[prop] = [ tobe, asis