Skip to content

Commit

Permalink
Fixed an issue with inline js
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Dec 16, 2008
1 parent 1cc0a9e commit fc24502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/JSLint.rb
Expand Up @@ -52,7 +52,7 @@ def jslint(bp, args)
_getText(script['src']) _getText(script['src'])
end end
if script['txt'] if script['txt']
_lint(script['txt']) _lint(script['txt'], false)
end end
end end
end end
Expand Down

0 comments on commit fc24502

Please sign in to comment.