@esfaenza/es-table 11.2.83-beta12 → 11.2.83-beta13

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.
@@ -2870,7 +2870,7 @@
2870
2870
  var valToApply = "";
2871
2871
  switch (th.PropertyType) {
2872
2872
  case "string":
2873
- if (value.startsWith('"') && value.endsWith('"'))
2873
+ if (value.startsWith && value.startsWith('"') && value.endsWith && value.endsWith('"'))
2874
2874
  valToApply = value.substring(1, value.length - 1);
2875
2875
  else
2876
2876
  valToApply = value;