Skip to content

Commit ad91c86

Browse files
Copilotmattcosta7
andcommitted
Fix TypeScript error in bind.ts
Co-authored-by: mattcosta7 <8616962+mattcosta7@users.noreply.github.com>
1 parent b6f9766 commit ad91c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bind.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function* bindings(el: Element): Iterable<Binding> {
100100
type: action.slice(0, eventSep),
101101
tag: action.slice(eventSep + 1, methodSep),
102102
method: action.slice(methodSep + 1) || 'handleEvent'
103-
} || 'handleEvent'
103+
}
104104
}
105105
}
106106

0 commit comments

Comments
 (0)