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.deps.json +1 -1
- package/node.esm.js +1 -1
- package/node.esm.js.map +1 -1
- package/node.js +1 -1
- package/node.js.map +1 -1
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.deps.json +1 -1
- package/web.esm.js +1 -1
- package/web.esm.js.map +1 -1
- package/web.js +1 -1
- package/web.js.map +1 -1
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',
|