Skip to content

Commit b80f848

Browse files
committedJun 1, 2022
fix for compilation
1 parent a41899b commit b80f848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎web/common-function.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*jshint strict:false, node:false */
2-
/*exported run_tests, read_settings_from_cookie, beautify, submitIssue, copyText, selectAll, clearAll, changeToFileContent*/
2+
/*exported run_tests, read_settings_from_cookie, beautify, submitIssue, copyText, selectAll, clearAll, changeToFileContent, checkForDarkTheme*/
33
var the = {
44
use_codemirror: !window.location.href.match(/without-codemirror/),
55
beautifier_file: window.location.href.match(/debug/) ? 'beautifier' : './beautifier.min',

0 commit comments

Comments
 (0)
Please sign in to comment.