mol_plot_all 1.2.68 → 1.2.72

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
@@ -1082,7 +1082,7 @@ var $;
1082
1082
  function $mol_dev_format_native(obj) {
1083
1083
  if (typeof obj === 'undefined')
1084
1084
  return $.$mol_dev_format_shade('undefined');
1085
- if (typeof obj !== 'object')
1085
+ if (typeof obj !== 'object' && typeof obj !== 'function')
1086
1086
  return obj;
1087
1087
  return [
1088
1088
  'object',