@skyux/lists 8.0.3 → 8.2.0

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.
@@ -1469,7 +1469,7 @@ class SkyRepeaterComponent {
1469
1469
  __classPrivateFieldGet(this, _SkyRepeaterComponent_repeaterService, "f").activateItemByIndex(this.activeIndex);
1470
1470
  }
1471
1471
  }
1472
- if (changes.reorderable) {
1472
+ if (changes['reorderable']) {
1473
1473
  if (this.items) {
1474
1474
  __classPrivateFieldGet(this, _SkyRepeaterComponent_instances, "m", _SkyRepeaterComponent_updateReorderability).call(this);
1475
1475
  }