Skip to content

Commit

Permalink
Fix bug adobe#9966 ([CEF 2171] JSLint doesn't work) - Switch to a pri…
Browse files Browse the repository at this point in the history
…vate fork

of JSLint with the bug fix cherry-picked in so we're not stuck upgrading to
a much newer JSLint which has the fix but is significantly stricter / less
configurable.

Note: you must run `git submodule sync` in order for the submodule URI
change to take effect.
  • Loading branch information
peterflynn committed Dec 3, 2014
1 parent e0c0b98 commit 41c7b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
url = https://github.com/requirejs/i18n.git
[submodule "src/extensions/default/JSLint/thirdparty/jslint"]
path = src/extensions/default/JSLint/thirdparty/jslint
url = https://github.com/douglascrockford/JSLint.git
url = https://github.com/peterflynn/JSLint.git
2 changes: 1 addition & 1 deletion src/extensions/default/JSLint/thirdparty/jslint
Submodule jslint updated 1 files
+1 −1 jslint.js

0 comments on commit 41c7b55

Please sign in to comment.