mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 13:45:36 +08:00
Remove unused code.
This commit is contained in:
parent
3af7509945
commit
a549229a0d
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user