This repository was archived by the owner on Jul 6, 2020. It is now read-only.
Commit 5d12564
committed
Fixes listener adding error.
Prior, all listeners were attached to the `attribute` object, instead of the
`attributes.listeners` object. So adding a click listener would result in
`attributes.click` existing, instead of `attributes.listeners.click`. This
patch fixes this.1 parent 37b49c8 commit 5d12564
3 files changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments