1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 06:55:26 +02:00
This commit is contained in:
Nikita Melnikov 2019-04-01 11:32:27 +03:00
parent 002f5d0312
commit 5a753a8879
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -48,8 +48,8 @@ export default class CodeStyler {
Array.from(codeBlocks).forEach(block => {
hljs.highlightBlock(block);
this.addDiffHighlight(block.firstElementChild);
console.log(block);
this.addDiffHighlight(block);
});
}