Commit 8960c99d authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Fix editor loadingError ref

parent 07a23e86
......@@ -29,7 +29,7 @@ const RepoEditor = {
this.monacoInstance.setModel(newModel);
}).catch(RepoHelper.loadingError);
}).catch(Helper.loadingError);
},
methods: {
......@@ -115,7 +115,6 @@ const RepoEditor = {
},
blobRaw() {
debugger
this.showHide();
if (this.isTree) return;
......
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