(A)
| 1156 | } |
| 1157 | |
| 1158 | function addSetInterval_(A) { |
| 1159 | let timer = setInterval(function(){ |
| 1160 | let aTag = document.querySelectorAll(A); |
| 1161 | if (aTag.length > 0) { |
| 1162 | clearInterval(timer); |
| 1163 | aTag.forEach(function(item){blockType_(item);}) |
| 1164 | } |
| 1165 | }); |
| 1166 | } |
| 1167 | } |
| 1168 | |
| 1169 |
no test coverage detected