dcmjs 0.28.1 → 0.28.2

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
@@ -14950,14 +14950,11 @@ var FreehandRoi = /*#__PURE__*/function () {
14950
14950
  }
14951
14951
  }, {
14952
14952
  key: "getTID300RepresentationArguments",
14953
- value: function
14954
- /*tool*/
14955
- getTID300RepresentationArguments() {
14956
- var _tool = tool,
14957
- handles = _tool.handles,
14958
- finding = _tool.finding,
14959
- findingSites = _tool.findingSites,
14960
- _tool$cachedStats = _tool.cachedStats,
14953
+ value: function getTID300RepresentationArguments(tool) {
14954
+ var handles = tool.handles,
14955
+ finding = tool.finding,
14956
+ findingSites = tool.findingSites,
14957
+ _tool$cachedStats = tool.cachedStats,
14961
14958
  cachedStats = _tool$cachedStats === void 0 ? {} : _tool$cachedStats;
14962
14959
  var points = handles.points;
14963
14960
  var _cachedStats$area = cachedStats.area,