From fda318d743b070beffd4a494dab67966959f2bae Mon Sep 17 00:00:00 2001 From: Uriel Gomez Date: Tue, 13 Aug 2024 19:40:38 -0600 Subject: [PATCH] * Node.prototype.transform - refactored globalization to let node/@attribute syntax --- xo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo.js b/xo.js index b7e26b0..a70792c 100644 --- a/xo.js +++ b/xo.js @@ -7646,7 +7646,7 @@ xover.modernize = async function (targetWindow) { } }); } - let templates = source.select(`//data/@name`).map(name => xover.xml.createNode(``)); + let templates = source.select(`//data/@name`).map(name => xover.xml.createNode(``)); param.replaceWith(...templates) } } catch (e) {