summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-10-06 11:11:59 +0200
committerTim Zallmann <tzallmann@gitlab.com>2017-10-06 11:11:59 +0200
commit5197e7c1a127767ec3b36eb5642489d9d4631827 (patch)
treee5a634057ec5d5b0c555842fb044e455e95ba5e6
parent7453b64347c7096b3e435c90e9e6a4eee4ab5638 (diff)
downloadgitlab-ce-ide-fix-back-btn.tar.gz
Good old dangling commaide-fix-back-btn
-rw-r--r--app/assets/javascripts/repo/components/repo_preview.vue2
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();