diff --git a/src/js/parser/javascript/root.js b/src/js/parser/javascript/root.js index c4d6bc2..fb68336 100644 --- a/src/js/parser/javascript/root.js +++ b/src/js/parser/javascript/root.js @@ -54,8 +54,8 @@ export default { setup() { var flagsStr; - if (this.flags) { - flagsStr = this.flags.textValue; + if (this.properties.flags) { + flagsStr = this.properties.flags.textValue; } else { flagsStr = ''; }