Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit a17da48

Browse files
author
mikesamuel@gmail.com
committed
logging for IE
1 parent c788029 commit a17da48

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

js-modules/numberLines.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function numberLines(node, opt_startLineNum) {
4949
}
5050
break;
5151
case 3: case 4: // Text
52+
console.log('saw text node, isPreformatted=' + isPreformatted);
5253
if (isPreformatted) {
5354
var text = node.nodeValue;
5455
var match = text.match(lineBreak);

0 commit comments

Comments
 (0)