diff options
Diffstat (limited to 'string.mjs')
| -rw-r--r-- | string.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |
