diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-10-06 11:11:59 +0200 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-10-06 11:11:59 +0200 |
commit | 5197e7c1a127767ec3b36eb5642489d9d4631827 (patch) | |
tree | e5a634057ec5d5b0c555842fb044e455e95ba5e6 | |
parent | 7453b64347c7096b3e435c90e9e6a4eee4ab5638 (diff) | |
download | gitlab-ce-5197e7c1a127767ec3b36eb5642489d9d4631827.tar.gz |
Good old dangling commaide-fix-back-btn
-rw-r--r-- | app/assets/javascripts/repo/components/repo_preview.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/repo/components/repo_preview.vue b/app/assets/javascripts/repo/components/repo_preview.vue index 9a9d200b8c6..a87bef6084a 100644 --- a/app/assets/javascripts/repo/components/repo_preview.vue +++ b/app/assets/javascripts/repo/components/repo_preview.vue @@ -18,7 +18,7 @@ export default { if (Store.activeLine > -1) { this.lineHighlighter.highlightHash(`#L${Store.activeLine}`); } - } + }, }, mounted() { this.highlightFile(); |