Skip to content

Commit

Permalink
comments, re-indents, etc (nothing substantitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Nov 10, 2024
1 parent 618a7e5 commit 46b0ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eveal.js/eveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ req(`${BASE}lib/js/head.min.js`, () => {
src: `${BASE}plugin/highlight/highlight.js`,
async: true,
callback: () => {
window.hljs.configure({tabReplace: ' '})
window.hljs.configure({ tabReplace: ' ' })
window.hljs.initHighlightingOnLoad()
},
},
Expand Down

0 comments on commit 46b0ec3

Please sign in to comment.