summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--string.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.mjs b/string.mjs
index 03cf720..cf9b759 100644
--- a/string.mjs
+++ b/string.mjs
@@ -15,7 +15,7 @@ function dots(i) {
export default class extends HTMLElement {
// TODO: probably not worth observing frets since everything just
// gets re-rendered when they change.
- static observedAttributes = ['frets', 'tonic', 'value'];
+ static observedAttributes = ['frets', 'tonic', 'tonic-octave'];
static name = 'x-string';
static register() {