diff options
Diffstat (limited to 'src/components/push-button')
| -rw-r--r-- | src/components/push-button/push-button.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/push-button/push-button.tag b/src/components/push-button/push-button.tag index 2d24c88..6517591 100644 --- a/src/components/push-button/push-button.tag +++ b/src/components/push-button/push-button.tag @@ -7,7 +7,7 @@ <script> click() { - clicker.trigger('click'); + observe('clicker').trigger('click'); } </script> </push-button>
\ No newline at end of file |
