Skip to content

Commit 12512d3

Browse files
authored
[javascript-lint addon] Add comment noting dependency
Added note on dependency on jshint.js
1 parent 097d7c9 commit 12512d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

addon/lint/javascript-lint.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// CodeMirror, copyright (c) by Marijn Haverbeke and others
22
// Distributed under an MIT license: https://codemirror.net/LICENSE
33

4+
// Depends on jshint.js from https://github.com/jshint/jshint
5+
46
(function(mod) {
57
if (typeof exports == "object" && typeof module == "object") // CommonJS
68
mod(require("../../lib/codemirror"));

0 commit comments

Comments
 (0)