Change dom.remove to include Element

This commit is contained in:
Abhijeet Prasad
2017-11-23 14:51:55 -05:00
parent 3289762cca
commit c5174becbc
+1 -1
View File
@@ -826,7 +826,7 @@ export namespace dom {
parseStyle(cssText: string): {};
remove<T>(node: string, keepChildren?: boolean): Element | T[];
remove<T>(node: string | Element, keepChildren?: boolean): Element | T[];
removeAllAttribs(e: Element): void;