Skip to content

Commit a1dbfd4

Browse files
committed
VERSION has been moved
1 parent 62e87d9 commit a1dbfd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def cmd(self):
3838
"""Return a tuple with the command line to execute."""
3939

4040
command = [self.executable_path, '--reporter', 'jslint', '--stdin']
41-
api_version = getattr(SublimeLinter, 'VERSION', 3)
41+
api_version = getattr(SublimeLinter.lint, 'VERSION', 3)
4242

4343
if api_version > 3:
4444
current_syntax = util.get_syntax(self.view)

0 commit comments

Comments
 (0)