mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
fast: reduce delta from 20ms to 18
This commit is contained in:
parent
f32a76b268
commit
ae12a0b8f1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
const delta = 20;
|
const delta = 18;
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
var table = document.querySelector("table");
|
var table = document.querySelector("table");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue