refactor(codeql): removed unused variables
This commit is contained in:
parent
eb9b0c85a9
commit
161a0e07f9
2 changed files with 2 additions and 2 deletions
|
|
@ -185,8 +185,8 @@ $responsiveWidth: 768px;
|
|||
|
||||
<script>
|
||||
import intializePwa from "~/helpers/pwa"
|
||||
import { hasExtensionInstalled } from "~/helpers/strategies/ExtensionStrategy"
|
||||
import { fb } from "~/helpers/fb"
|
||||
// import { hasExtensionInstalled } from "~/helpers/strategies/ExtensionStrategy"
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ export default {
|
|||
},
|
||||
|
||||
mounted() {
|
||||
const langTools = ace.require("ace/ext/language_tools")
|
||||
// const langTools = ace.require("ace/ext/language_tools")
|
||||
|
||||
const editor = ace.edit(this.$refs.editor, {
|
||||
mode: `ace/mode/javascript`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue