mol_wire_lib 1.0.379 → 1.0.381

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
@@ -2597,7 +2597,8 @@ var $;
2597
2597
  if (key === 'id')
2598
2598
  continue;
2599
2599
  if (typeof props[key] === 'string') {
2600
- ;
2600
+ if (key in node)
2601
+ node[key] = props[key];
2601
2602
  node.setAttribute(key, props[key]);
2602
2603
  }
2603
2604
  else if (props[key] &&