From 50b545b30949343da52978e94da992e9da0fd0d0 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 26 Jun 2011 22:55:56 -0400 Subject: cleaner --- coverage/htmlfiles/coverage_html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/htmlfiles/coverage_html.js') diff --git a/coverage/htmlfiles/coverage_html.js b/coverage/htmlfiles/coverage_html.js index f9a2cb8b..da3e22c8 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; -- cgit v1.2.1