We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ab77d commit ba50f3dCopy full SHA for ba50f3d
jspm/src/greeter.ts
@@ -17,7 +17,7 @@ export class Greeter
17
18
start()
19
{
20
- this.timerToken = setInterval(() => this.span.innerText = `"${repeat(new Date().toUTCString() + " ", 2)}" `, 500);
+ this.timerToken = setInterval(() => this.span.innerText = `"${repeat(new Date().toUTCString() + " ", 2)}"`, 500);
21
}
22
23
stop()
0 commit comments