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/web.js CHANGED
@@ -678,7 +678,7 @@ var $;
678
678
  function $mol_dev_format_native(obj) {
679
679
  if (typeof obj === 'undefined')
680
680
  return $.$mol_dev_format_shade('undefined');
681
- if (typeof obj !== 'object')
681
+ if (typeof obj !== 'object' && typeof obj !== 'function')
682
682
  return obj;
683
683
  return [
684
684
  'object',