Commit 5197e7c1 authored by Tim Zallmann's avatar Tim Zallmann

Good old dangling comma

parent 7453b643
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
if (Store.activeLine > -1) { if (Store.activeLine > -1) {
this.lineHighlighter.highlightHash(`#L${Store.activeLine}`); this.lineHighlighter.highlightHash(`#L${Store.activeLine}`);
} }
} },
}, },
mounted() { mounted() {
this.highlightFile(); this.highlightFile();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment