@firestitch/list 12.20.0 → 12.20.1

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.
@@ -1503,7 +1503,7 @@
1503
1503
  */
1504
1504
  FsRowComponent.prototype._initRowEvents = function () {
1505
1505
  var _this = this;
1506
- Object.keys(this.rowEvents)
1506
+ Object.keys(this.rowEvents || {})
1507
1507
  .forEach(function (event) {
1508
1508
  if (_this.rowEvents.hasOwnProperty(event)) {
1509
1509
  var listener = _this._renderer