hls.js 1.5.9-0.canary.10202 → 1.5.9-0.canary.10206

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
@@ -1214,11 +1214,11 @@
1214
1214
  if ("object" != typeof t || !t) return t;
1215
1215
  var e = t[Symbol.toPrimitive];
1216
1216
  if (void 0 !== e) {
1217
- var i = e.call(t, r || "default");
1217
+ var i = e.call(t, r );
1218
1218
  if ("object" != typeof i) return i;
1219
1219
  throw new TypeError("@@toPrimitive must return a primitive value.");
1220
1220
  }
1221
- return ("string" === r ? String : Number)(t);
1221
+ return (String )(t);
1222
1222
  }
1223
1223
  function _toPropertyKey(t) {
1224
1224
  var i = _toPrimitive(t, "string");
@@ -1235,7 +1235,6 @@
1235
1235
  }
1236
1236
  function _createClass(Constructor, protoProps, staticProps) {
1237
1237
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
1238
- if (staticProps) _defineProperties(Constructor, staticProps);
1239
1238
  Object.defineProperty(Constructor, "prototype", {
1240
1239
  writable: false
1241
1240
  });
@@ -4472,8 +4471,7 @@
4472
4471
  i;
4473
4472
  for (i = 0; i < len; i++) {
4474
4473
  if (
4475
- (dontConvert && array1[i] !== array2[i]) ||
4476
- (!dontConvert && toInt(array1[i]) !== toInt(array2[i]))
4474
+ (toInt(array1[i]) !== toInt(array2[i]))
4477
4475
  ) {
4478
4476
  diffs++;
4479
4477
  }