@esfaenza/extensions 11.2.31 → 11.2.32
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/bundles/esfaenza-extensions.umd.js +2 -0
- package/bundles/esfaenza-extensions.umd.js.map +1 -1
- package/bundles/esfaenza-extensions.umd.min.js +1 -1
- package/bundles/esfaenza-extensions.umd.min.js.map +1 -1
- package/esm2015/lib/services/extensions.exports.service.js +3 -1
- package/fesm2015/esfaenza-extensions.js +2 -0
- package/fesm2015/esfaenza-extensions.js.map +1 -1
- package/package.json +1 -1
|
@@ -1045,6 +1045,8 @@
|
|
|
1045
1045
|
// Miracle incoming
|
|
1046
1046
|
var propsDictionary = Object.getOwnPropertyNames(Object.getPrototypeOf(obj));
|
|
1047
1047
|
for (var propId in propsDictionary) {
|
|
1048
|
+
if (!propsDictionary.hasOwnProperty(propId))
|
|
1049
|
+
continue;
|
|
1048
1050
|
var prop = propsDictionary[propId];
|
|
1049
1051
|
var toCall = void 0;
|
|
1050
1052
|
if (prop.endsWith(listCsvHdrPrefix))
|