# HG changeset patch # User Atul Varma # Date 1231204653 28800 # Node ID dc88b0e46f2db0407cce4cec0d17745f2dd2f072 # Parent dcae71b1c3b49732caf3b8e1d08d6bf057acf0f5 We now record number of lines of comment blocks. diff -r dcae71b1c3b4 -r dc88b0e46f2d thingy.js --- a/thingy.js Mon Jan 05 17:14:14 2009 -0800 +++ b/thingy.js Mon Jan 05 17:17:33 2009 -0800 @@ -16,7 +16,8 @@ function maybeAppendBlock() { if (blockText) blocks.push({text: blockText, - lineno: firstCommentLine}); + lineno: firstCommentLine, + numLines: lastCommentLine - firstCommentLine + 1}); } jQuery.each(