diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-01-05 18:21:31 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-01-05 18:21:31 -0500 |
commit | 2c7be4d7ca293e7b4a442cea26dd5b570c386739 (patch) | |
tree | be24e163ae6543cb84d446bf4ea28cee708be8a2 /doc/sample_html/coverage_html.js | |
parent | 8116c28f9f4f6bf3780e358ab43f3af40220bf77 (diff) | |
download | python-coveragepy-2c7be4d7ca293e7b4a442cea26dd5b570c386739.tar.gz |
Updated sample HTML report.coverage-3.6
Diffstat (limited to 'doc/sample_html/coverage_html.js')
-rw-r--r-- | doc/sample_html/coverage_html.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/sample_html/coverage_html.js b/doc/sample_html/coverage_html.js index 5906e65..b24006d 100644 --- a/doc/sample_html/coverage_html.js +++ b/doc/sample_html/coverage_html.js @@ -374,4 +374,3 @@ coverage.scroll_window = function (to_pos) { coverage.finish_scrolling = function () { $("html,body").stop(true, true); }; - |