refactor - create types array to have named attributes

This commit is contained in:
Azgaar 2022-06-03 00:18:18 +03:00
parent 0c2ec8d97e
commit 1a3ebe5b99
5 changed files with 24 additions and 18 deletions

View file

@ -1,7 +1,7 @@
"use strict";
// version and caching control
const version = "1.84.08"; // generator version, update each time
const version = "1.84.09"; // generator version, update each time
{
document.title += " v" + version;