aboutsummaryrefslogtreecommitdiff
path: root/static/clock.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/clock.js')
-rw-r--r--static/clock.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/clock.js b/static/clock.js
index 240041a9..d33d603a 100644
--- a/static/clock.js
+++ b/static/clock.js
@@ -75,7 +75,7 @@ class ClockElement extends HTMLElement {
this.update(new Date)
}
- static get observerAttributes () {
+ static get observedAttributes () {
return ['timer_id']
}