Skip to content

Commit 36e1f01

Browse files
authored
Merge pull request #1946 from LePichu/master
fix: random `Array` ref in `src/theme/book.js`
2 parents 4deb5c7 + e3c484a commit 36e1f01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/theme/book.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ function playground_text(playground) {
166166
.filter(function (node) {return node.classList.contains("editable"); })
167167
.forEach(function (block) { block.classList.remove('language-rust'); });
168168

169-
Array
170169
code_nodes
171170
.filter(function (node) {return !node.classList.contains("editable"); })
172171
.forEach(function (block) { hljs.highlightBlock(block); });

0 commit comments

Comments
 (0)