Update Element.ts

pull/5836/head
Tan Li Hau 5 years ago committed by GitHub
parent d39dc65223
commit e4e239859e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,7 +95,7 @@ const passive_events = new Set([
const react_attributes = new Map([
['className', 'class'],
['htmlFor', 'for'],
['htmlFor', 'for']
]);
function get_namespace(parent: Element, element: Element, explicit_namespace: string) {

Loading…
Cancel
Save