mol_plot_all 1.2.422 → 1.2.423

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_plot_all",
3
- "version": "1.2.422",
3
+ "version": "1.2.423",
4
4
  "main": "node.js",
5
5
  "module": "node.esm.js",
6
6
  "browser": "web.js",
package/web.test.js CHANGED
@@ -304,7 +304,8 @@ var $;
304
304
  if (key === 'id')
305
305
  continue;
306
306
  if (typeof props[key] === 'string') {
307
- ;
307
+ if (key in node)
308
+ node[key] = props[key];
308
309
  node.setAttribute(key, props[key]);
309
310
  }
310
311
  else if (props[key] &&