diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2011-06-26 22:55:56 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-06-26 22:55:56 -0400 |
commit | 6f1fe2c563b12f05fafc034cc4b59d314bafbb43 (patch) | |
tree | 6965b8598557f557dad9647ceecb42af70a617d6 /coverage/htmlfiles/coverage_html.js | |
parent | 112cb6350c2fcf7235fcb2ca226066e50893a8a1 (diff) | |
download | python-coveragepy-6f1fe2c563b12f05fafc034cc4b59d314bafbb43.tar.gz |
cleaner
Diffstat (limited to 'coverage/htmlfiles/coverage_html.js')
-rw-r--r-- | coverage/htmlfiles/coverage_html.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/coverage_html.js b/coverage/htmlfiles/coverage_html.js index f9a2cb8..da3e22c 100644 --- a/coverage/htmlfiles/coverage_html.js +++ b/coverage/htmlfiles/coverage_html.js @@ -299,7 +299,7 @@ coverage.to_prev_chunk_nicely = function () { coverage.to_prev_chunk(); }; -// Select line number lineno, or if it is in a colored chunk, select the +// Select line number lineno, or if it is in a colored chunk, select the // entire chunk coverage.select_line_or_chunk = function (lineno) { var c = coverage; |