Skip to content

Commit 09e7731

Browse files
committed
Add use strict
1 parent 90551e7 commit 09e7731

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/js/_enqueues/vendor/codemirror/fakejshint.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
*/
3535

3636
window.JSHINT = ( () => {
37+
'use strict';
38+
3739
/**
3840
* Collected error(s) during parsing.
3941
*

0 commit comments

Comments
 (0)