@esfaenza/extensions 15.2.15 → 15.2.16
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.
|
@@ -564,6 +564,9 @@ class UtilityService {
|
|
|
564
564
|
case '[object String]':
|
|
565
565
|
case '[object Date]':
|
|
566
566
|
return new source.constructor(source.valueOf());
|
|
567
|
+
// Clonazione di un file -> Restituisco il riferimento al file stesso
|
|
568
|
+
case "[object File]":
|
|
569
|
+
return source;
|
|
567
570
|
default: break;
|
|
568
571
|
}
|
|
569
572
|
// Oggetti Complessi
|