Remove unused code.
This commit is contained in:
parent
3af7509945
commit
a549229a0d
|
@ -163,7 +163,6 @@ test("caretRowCol", () => {
|
||||||
var textarea = document.createElement('textarea');
|
var textarea = document.createElement('textarea');
|
||||||
const content = document.createTextNode("01234\n56789\n012345");
|
const content = document.createTextNode("01234\n56789\n012345");
|
||||||
textarea.appendChild(content);
|
textarea.appendChild(content);
|
||||||
textarea.setAttribute('id', 'test');
|
|
||||||
document.body.appendChild(textarea);
|
document.body.appendChild(textarea);
|
||||||
|
|
||||||
const assertResult = (setCaretPos, expectedRowNum, expectedColNum) => {
|
const assertResult = (setCaretPos, expectedRowNum, expectedColNum) => {
|
||||||
|
|
Loading…
Reference in New Issue