mol_plot_all 1.2.422 → 1.2.424

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
@@ -6319,7 +6319,8 @@ var $;
6319
6319
  if (key === 'id')
6320
6320
  continue;
6321
6321
  if (typeof props[key] === 'string') {
6322
- ;
6322
+ if (key in node)
6323
+ node[key] = props[key];
6323
6324
  node.setAttribute(key, props[key]);
6324
6325
  }
6325
6326
  else if (props[key] &&