Remove unused code.

This commit is contained in:
Guo Xiang Tan 2016-01-05 09:37:46 +08:00
parent 3af7509945
commit a549229a0d
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ test("caretRowCol", () => {
var textarea = document.createElement('textarea');
const content = document.createTextNode("01234\n56789\n012345");
textarea.appendChild(content);
textarea.setAttribute('id', 'test');
document.body.appendChild(textarea);
const assertResult = (setCaretPos, expectedRowNum, expectedColNum) => {