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.js CHANGED
@@ -1090,7 +1090,7 @@ var $;
1090
1090
  function $mol_dev_format_native(obj) {
1091
1091
  if (typeof obj === 'undefined')
1092
1092
  return $.$mol_dev_format_shade('undefined');
1093
- if (typeof obj !== 'object')
1093
+ if (typeof obj !== 'object' && typeof obj !== 'function')
1094
1094
  return obj;
1095
1095
  return [
1096
1096
  'object',