Index: native_client_sdk/src/examples/api/var_dictionary/example.js |
diff --git a/native_client_sdk/src/examples/api/var_dictionary/example.js b/native_client_sdk/src/examples/api/var_dictionary/example.js |
index d0c58b783df3d1b4ea95d1db1d4a6c7e1083c11a..508dad1c404db2c3d0711b3b0b5d55dc0e4a3c13 100644 |
--- a/native_client_sdk/src/examples/api/var_dictionary/example.js |
+++ b/native_client_sdk/src/examples/api/var_dictionary/example.js |
@@ -29,7 +29,7 @@ function onRadioClicked(e) { |
if (functionEls[i].id === divId) |
functionEls[i].removeAttribute('hidden'); |
else |
- functionEls[i].setAttribute('hidden'); |
+ functionEls[i].setAttribute('hidden', ''); |
} |
} |