From 6f1fe2c563b12f05fafc034cc4b59d314bafbb43 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 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; -- cgit v1.2.1