hls.js 1.5.8-0.canary.10115 → 1.5.8-0.canary.10119

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/dist/hls-demo.js CHANGED
@@ -1216,7 +1216,7 @@
1216
1216
  }
1217
1217
  function _toPropertyKey(t) {
1218
1218
  var i = _toPrimitive(t, "string");
1219
- return "symbol" == typeof i ? i : String(i);
1219
+ return "symbol" == typeof i ? i : i + "";
1220
1220
  }
1221
1221
  function _defineProperties(target, props) {
1222
1222
  for (var i = 0; i < props.length; i++) {
@@ -23988,7 +23988,7 @@
23988
23988
  ctx.stroke();
23989
23989
  }
23990
23990
  };
23991
- _createClass(TimelineChart, [{
23991
+ return _createClass(TimelineChart, [{
23992
23992
  key: "chartScales",
23993
23993
  get: function get() {
23994
23994
  return this.chart.scales;
@@ -24025,7 +24025,6 @@
24025
24025
  }
24026
24026
  }
24027
24027
  }]);
24028
- return TimelineChart;
24029
24028
  }();
24030
24029
  function stripDeliveryDirectives(url) {
24031
24030
  if (url === '') {