dcmjs 0.18.9 → 0.18.10

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/build/dcmjs.es.js CHANGED
@@ -2864,12 +2864,7 @@ function () {
2864
2864
  }
2865
2865
 
2866
2866
  if (naturalDataset[naturalName].length === 1) {
2867
- var sqZero = naturalDataset[naturalName][0];
2868
- naturalDataset[naturalName] = sqZero;
2869
-
2870
- if (sqZero && _typeof(sqZero) === "object") {
2871
- Object.assign(sqZero, [sqZero]);
2872
- }
2867
+ naturalDataset[naturalName] = naturalDataset[naturalName][0];
2873
2868
  }
2874
2869
  }
2875
2870
  });