Commit bbbc87f
fix(slide-toggle): fix runtime exception for incorrect mousedown binding. (#828)
* Commit fad4ef5 made all internal functions prefixed with an underscore.
The commit did accidentally miss to add the underscore the `(mousedown)` host binding function, which
causes a Runtime Exception now.1 parent fad4ef5 commit bbbc87f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments