Skip to content

Commit

Permalink
Remove function keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne authored Sep 19, 2019
1 parent 258e65d commit 7d9fa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Stack/Snippet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default {
},
watch: {
selectedFrame: function(value) {
selectedFrame(value) {
this.highlightState = null;
},
},
Expand Down

0 comments on commit 7d9fa21

Please sign in to comment.