@qualweb/qw-element
Advanced tools
Comparing version 0.1.27 to 0.1.28
@@ -321,3 +321,3 @@ "use strict"; | ||
if (child.nodeType === 3 && !!textContent && textContent.trim() !== '') | ||
result = result + +textContent.trim(); | ||
result = result + textContent.trim(); | ||
} | ||
@@ -324,0 +324,0 @@ if (!result) { |
{ | ||
"name": "@qualweb/qw-element", | ||
"version": "0.1.27", | ||
"version": "0.1.28", | ||
"description": "QualWeb element interface and utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -362,3 +362,3 @@ class QWElement { | ||
if (child.nodeType === 3 && !!textContent && textContent.trim() !== '') | ||
result = result + + textContent.trim(); | ||
result = result + textContent.trim(); | ||
} | ||
@@ -365,0 +365,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
56969