1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fast: reduce delta from 20ms to 18

This commit is contained in:
Alexander Medvednikov 2021-06-21 03:50:31 +03:00
parent f32a76b268
commit ae12a0b8f1

View File

@ -1,4 +1,4 @@
const delta = 20;
const delta = 18;
(function () {
var table = document.querySelector("table");