@sirendesign/markup 1.0.17 → 1.0.19
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/dist/markup-widget.js
CHANGED
|
@@ -12026,7 +12026,7 @@
|
|
|
12026
12026
|
return false;
|
|
12027
12027
|
}
|
|
12028
12028
|
try {
|
|
12029
|
-
return (Object.prototype.toString.call(
|
|
12029
|
+
return (Object.prototype.toString.call(undefined) === '[object process]');
|
|
12030
12030
|
}
|
|
12031
12031
|
catch (e) {
|
|
12032
12032
|
return false;
|