Skip to content

Commit 57ca32b

Browse files
authored
chore: remove superfluous code (#5683)
1 parent fa1d14c commit 57ca32b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime-dom/src/modules/events.ts

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ function parseName(name: string): [string, EventListenerOptions | undefined] {
9898
while ((m = name.match(optionsModifierRE))) {
9999
name = name.slice(0, name.length - m[0].length)
100100
;(options as any)[m[0].toLowerCase()] = true
101-
options
102101
}
103102
}
104103
return [hyphenate(name.slice(2)), options]

0 commit comments

Comments
 (0)