Skip to content

Commit d3c5782

Browse files
committed
Self-executing function
1 parent 04cf026 commit d3c5782

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

resources/js/app.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ import './components/image-carousel.js';
55

66
hljs.registerLanguage('dockerfile', dockerfile);
77

8-
hljs.highlightAll();
8+
(function () {
9+
hljs.highlightAll();
10+
})();

0 commit comments

Comments
 (0)