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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_wire_lib",
3
- "version": "1.0.379",
3
+ "version": "1.0.381",
4
4
  "main": "node.js",
5
5
  "module": "node.esm.js",
6
6
  "browser": "web.js",
package/web.test.js CHANGED
@@ -372,7 +372,8 @@ var $;
372
372
  if (key === 'id')
373
373
  continue;
374
374
  if (typeof props[key] === 'string') {
375
- ;
375
+ if (key in node)
376
+ node[key] = props[key];
376
377
  node.setAttribute(key, props[key]);
377
378
  }
378
379
  else if (props[key] &&