closes #1794
This commit is contained in:
parent
d2ac997f1c
commit
6ec3f34e2b
2 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
class ExtendedClock extends Clock {
|
||||
constructor(options) {
|
||||
super(options);
|
||||
let { precision=1000 } = options;
|
||||
let { precision = 1000 } = options;
|
||||
this.precision = precision;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue