提交 2ff8e12e 编写于 作者: A Alex Dima

#38414: Remove unused code

上级 6235c282
......@@ -201,10 +201,6 @@ export class FastDomNode<T extends HTMLElement> {
this.domNode.setAttribute(name, value);
}
public getAttribute(name: string): string {
return this.domNode.getAttribute(name);
}
public removeAttribute(name: string): void {
this.domNode.removeAttribute(name);
}
......
......@@ -611,13 +611,6 @@ export class RunOnceScheduler {
}
}
/**
* Replace runner. If there is a runner already scheduled, the new runner will be called.
*/
setRunner(runner: () => void): void {
this.runner = runner;
}
/**
* Cancel previous runner (if any) & schedule a new runner.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册