Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Commit

Permalink
fixes JSLint txmt:// links for TM2
Browse files Browse the repository at this point in the history
  • Loading branch information
subtleGradient committed Dec 20, 2011
1 parent 3f6e219 commit 65a4f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Support/bin/jshint.textmate.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function report(message){
('th',BS('')
('A'
// +' style="display:block;background:#eee;margin:1ex;"'
+' href="' + TextMate.href(encodeURIComponent(process.env.TM_FILEPATH), message.line, message.character) + '"'
+' href="' + TextMate.href(process.env.TM_FILEPATH, message.line, message.character) + '"'
,BS('')
('', message.reason)
)
Expand Down

0 comments on commit 65a4f20

Please sign in to comment.