Skip to content

Commit

Permalink
Attempted fix: In 'Strict Mode', undeclared variables are not automat…
Browse files Browse the repository at this point in the history
…ically global.
  • Loading branch information
tvdijen committed Oct 31, 2023
1 parent 335a456 commit 2f3a869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/js/highlight.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';
//'use strict';

import hljs from "highlight.js/lib/core";
import http from "highlight.js/lib/languages/http";
Expand Down

0 comments on commit 2f3a869

Please sign in to comment.