refactor(codeql): removed unused variables
This commit is contained in:
@@ -185,8 +185,8 @@ $responsiveWidth: 768px;
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import intializePwa from "~/helpers/pwa"
|
import intializePwa from "~/helpers/pwa"
|
||||||
import { hasExtensionInstalled } from "~/helpers/strategies/ExtensionStrategy"
|
|
||||||
import { fb } from "~/helpers/fb"
|
import { fb } from "~/helpers/fb"
|
||||||
|
// import { hasExtensionInstalled } from "~/helpers/strategies/ExtensionStrategy"
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
const langTools = ace.require("ace/ext/language_tools")
|
// const langTools = ace.require("ace/ext/language_tools")
|
||||||
|
|
||||||
const editor = ace.edit(this.$refs.editor, {
|
const editor = ace.edit(this.$refs.editor, {
|
||||||
mode: `ace/mode/javascript`,
|
mode: `ace/mode/javascript`,
|
||||||
|
|||||||
Reference in New Issue
Block a user