Skip to content

Commit

Permalink
Simplify line
Browse files Browse the repository at this point in the history
  • Loading branch information
lehecht committed Jan 27, 2025
1 parent b4c6bbf commit f2f18bc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ export default {
});
Keyboard.on('p', this.capture);
Events.$on('annotations.map.init', this.setMap);
Events.$on('videos.map.init', this.setMap);
Events.$on(['annotations.map.init', 'videos.map.init'], this.setMap);
},
};
</script>

0 comments on commit f2f18bc

Please sign in to comment.