aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/push-button
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-03-03 17:44:55 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2018-03-03 17:44:55 +0200
commitdb90ddaec4181c85c40b6897ab87342948f28e8b (patch)
tree0325b93606d0639a65a4e8efaf4a3a8b6926d09a /src/components/push-button
parent7f3665b501217db16deb62d079cc18506f6ac566 (diff)
Start using riot-vigilante
Diffstat (limited to 'src/components/push-button')
-rw-r--r--src/components/push-button/push-button.tag2
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