Skip to content

Commit 029d096

Browse files
committed
Remove comment
1 parent 4ac1525 commit 029d096

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
node_modules/
2-
.vscode/

src/attributes.ts

-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ export let getHtmlAttributes = () => {
5555
attributes = gatherAttributes(attributes, rawGlobalAttributes.html.global_attributes);
5656
attributes = loadCompatFiles(attributes, 'html', 'elements');
5757

58-
// TODO aria attributes
59-
6058
// Cache
6159
getHtmlAttributes = () => attributes;
6260

0 commit comments

Comments
 (0)