rebuild dist bundle.

This commit is contained in:
2022-12-08 14:15:44 +02:00
parent 05b5ccb2b5
commit e42643f182
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
'use strict';
window.initBlock = initBlock;
// Blocks Initialization.
function initBlock(blockName = '', selector = '', cb) {
document.querySelectorAll(selector).forEach((el) => cb(el));