refactor(core): remove misc, completely unused functions from DomAdapter (#32278)
PR Close #32278
This commit is contained in:
@ -374,14 +374,6 @@ const SCHEMA: string[] = [
|
||||
':svg:cursor^:svg:|',
|
||||
];
|
||||
|
||||
const attrToPropMap: {[name: string]: string} = <any>{
|
||||
'class': 'className',
|
||||
'formaction': 'formAction',
|
||||
'innerHtml': 'innerHTML',
|
||||
'readonly': 'readOnly',
|
||||
'tabindex': 'tabIndex'
|
||||
};
|
||||
|
||||
const EVENT = 'event';
|
||||
const BOOLEAN = 'boolean';
|
||||
const NUMBER = 'number';
|
||||
|
Reference in New Issue
Block a user