mol_tree2 1.0.798 → 1.0.800

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.test.js CHANGED
@@ -6456,7 +6456,7 @@ var $;
6456
6456
  if (val === undefined) {
6457
6457
  continue;
6458
6458
  }
6459
- if (val === null || val === false) {
6459
+ else if (val === null || val === false) {
6460
6460
  if (!el.hasAttribute(name))
6461
6461
  continue;
6462
6462
  el.removeAttribute(name);