Skip to content

Commit

Permalink
chore: [#1615] Continues on implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
capricorn86 committed Nov 29, 2024
1 parent 02c065c commit 38b62c6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/happy-dom/src/config/HTMLElementConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ import HTMLElementConfigContentModelEnum from './HTMLElementConfigContentModelEn
* @see https://html.spec.whatwg.org/multipage/indices.html
*/
export default <
{
[key: string]: {
className: string;
contentModel: HTMLElementConfigContentModelEnum;
};
}
{ [key: string]: { className: string; contentModel: HTMLElementConfigContentModelEnum } }
>{
a: {
className: 'HTMLAnchorElement',
Expand Down

0 comments on commit 38b62c6

Please sign in to comment.