bruce-models 0.8.2 → 0.8.3

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.
@@ -3745,6 +3745,7 @@
3745
3745
  var Grid = /** @class */ (function () {
3746
3746
  function Grid() {
3747
3747
  this.cells = {};
3748
+ this.patches = [];
3748
3749
  }
3749
3750
  Grid.prototype.GetCellsForView = function (viewRect) {
3750
3751
  var _this = this;