Fix bug #9966 ([CEF 2171] JSLint doesn't work) - Switch to a private 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.
This commit is contained in:
Peter Flynn 2014-12-03 11:22:04 -08:00
Родитель e0c0b9879b
Коммит 41c7b550ba
2 изменённых файлов: 2 добавлений и 2 удалений

2
.gitmodules поставляемый
Просмотреть файл

@ -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

@ -1 +1 @@
Subproject commit 2347ec449b14eb3a4935daeaaa3ef036d42dd96d
Subproject commit 5a09b359873fe98ddd4ec88b7beed3a4171fd8e0