Skip to content

Commit aaa3420

Browse files
committed
chore: remove attr alias
1 parent 3a06ac7 commit aaa3420

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/svelte/src/constants.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export const PassiveDelegatedEvents = ['touchstart', 'touchmove', 'touchend'];
4949
*/
5050
export const AttributeAliases = {
5151
// no `class: 'className'` because we handle that separately
52-
fetchpriority: 'fetchPriority',
5352
formnovalidate: 'formNoValidate',
5453
ismap: 'isMap',
5554
nomodule: 'noModule',

0 commit comments

Comments
 (0)