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

Commit 7d1c5e6

Browse files
author
mikesamuel@gmail.com
committed
logging for IE
1 parent 5a0b120 commit 7d1c5e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js-modules/numberLines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ console.log('pushing listItem length=' + listItems.length);
119119
for (var i = 0; // Number of lines that have been split so far.
120120
i < listItems.length; // length updated by breakAfter calls.
121121
++i) {
122-
console.log('walking list item ' + i);
122+
console.log('walking list item ' + i + ' : ' + listItems[i].innerHTML.replace(/[\r\n]+/, '\\n'));
123123
walk(listItems[i]);
124124
}
125125

0 commit comments

Comments
 (0)