private vars

This commit is contained in:
2025-12-19 00:10:19 -06:00
parent 0bc0472a2f
commit 4bdbde52a0
21 changed files with 73 additions and 179 deletions

View File

@@ -246,7 +246,7 @@ function pump() {
cleanup()
}
$_.delay(pump, 1/240)
$delay(pump, 1/240)
}
pump()