mol_plot_all 1.2.424 → 1.2.426

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/web.test.js CHANGED
@@ -304,7 +304,7 @@ var $;
304
304
  if (key === 'id')
305
305
  continue;
306
306
  if (typeof props[key] === 'string') {
307
- if (key in node)
307
+ if (typeof node[key] === 'string')
308
308
  node[key] = props[key];
309
309
  node.setAttribute(key, props[key]);
310
310
  }