Update utils.ts
This commit is contained in:
parent
c95d52d077
commit
75e33d24cf
1 changed files with 4 additions and 4 deletions
|
@ -1505,7 +1505,7 @@ left past the initial left edge) then swap points on that axis.
|
||||||
|
|
||||||
export default Utils
|
export default Utils
|
||||||
|
|
||||||
const t = '1657287720324'
|
// const t = '1657287720324'
|
||||||
const a = Utils.lns(t)
|
// const a = Utils.lns(t)
|
||||||
const b = Utils.lns(a)
|
// const b = Utils.lns(a)
|
||||||
console.log(t, a, b, b === t)
|
// console.log(t, a, b, b === t)
|
||||||
|
|
Loading…
Reference in a new issue