Skip to content

Commit

Permalink
jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Dec 9, 2024
1 parent bebe842 commit f43fb59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"esversion": 6
"esversion": 8
}
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class AknTextEditor {
const eId = this.xmlElement.getAttribute('eId');
const body = {
'content': this.monacoEditor.getValue()
}
};

if (fragmentRule !== 'akomaNtoso') {
body.fragment = fragmentRule;
Expand Down Expand Up @@ -327,7 +327,7 @@ class XMLEditor {
return;
}

this.onElementParsed(element)
this.onElementParsed(element);
}
}

Expand Down

0 comments on commit f43fb59

Please sign in to comment.