Remove shouldLint variable
This commit is contained in:
parent
590403650e
commit
8d7c6f46b7
1 changed files with 0 additions and 3 deletions
|
|
@ -84,9 +84,6 @@ export default {
|
|||
},
|
||||
|
||||
mounted() {
|
||||
// Set whether or not we should lint the editors contents
|
||||
this.shouldLint = this.lint
|
||||
|
||||
const editor = ace.edit(this.$refs.editor, {
|
||||
mode: `ace/mode/${this.lang}`,
|
||||
...this.options,
|
||||
|
|
|
|||
Loading…
Reference in a new issue