chore: variable rename

This commit is contained in:
Martin Guillon
2021-01-05 15:46:35 +01:00
parent 0de6451b9f
commit 79537d9c0c
6 changed files with 7 additions and 7 deletions

View File

@ -223,7 +223,7 @@ export function getExports(instance: ViewBase): any {
}
function parseInternal(value: string, context: any, xmlModule?: string, moduleName?: string): ComponentModule {
if (__UI_XML_PARSER__) {
if (__UI_USE_XML_PARSER__) {
let start: xml2ui.XmlStringParser;
let ui: xml2ui.ComponentParser;