We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7b070 commit 2cc3bc3Copy full SHA for 2cc3bc3
elements/rh-datetime/demo/index.html
@@ -19,8 +19,8 @@
19
relative3.setAttribute('datetime', new Date(Date.now() + 200000000).toString());
20
21
function timer() {
22
- realtime.setAttribute('datetime', new Date());
23
- window.requestAnimationFrame(timer);
+ realtime.setAttribute('datetime', new Date());
+ window.requestAnimationFrame(timer);
24
}
25
26
window.requestAnimationFrame(timer);
0 commit comments