build, test

This commit is contained in:
jfh
2020-10-05 22:01:57 +02:00
parent 6d1c36b6d3
commit 7260e3c949
67 changed files with 85 additions and 85 deletions

View File

@@ -37,8 +37,8 @@ const ns = {
if (!window.console) {
window.console = {
log (str) { /* */ },
dir (str) { /* */ }
log (str) { /* empty fn */ },
dir (str) { /* empty fn */ }
};
}