Skip to content

Commit 02f6c13

Browse files
committed
Updating jsHint version to 2.4.3
1 parent 1251dc8 commit 02f6c13

File tree

4 files changed

+26995
-4
lines changed

4 files changed

+26995
-4
lines changed

bundles/com.eclipsesource.jshint/src/com/eclipsesource/jshint/JSHint.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
*/
4848
public class JSHint {
4949

50-
private static final String DEFAULT_JSHINT_VERSION = "2.1.10";
50+
private static final String DEFAULT_JSHINT_VERSION = "2.4.3";
5151
private static final int DEFAULT_JSHINT_INDENT = 4;
5252
private ScriptableObject scope;
5353
private Function jshint;
@@ -238,8 +238,8 @@ ProblemImpl createProblem( ScriptableObject error, Text text ) {
238238
* Example: "a\tb\tc"
239239
*
240240
* index: | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10|
241-
* char: | a | » | b | » | c |
242-
* visual: | a | » | b | » | c |
241+
* char: | a | �� | b | �� | c |
242+
* visual: | a | �� | b | �� | c |
243243
*/
244244
int visualToCharIndex( Text text, int line, int character ) {
245245
String string = text.getContent();

0 commit comments

Comments
 (0)