monkey-front-core 0.0.358 → 0.0.359

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.
@@ -4564,6 +4564,12 @@ class MonkeyEcxPaginationService {
4564
4564
  // not to do
4565
4565
  }
4566
4566
  setCallback(callback, name = 'main') {
4567
+ console.log('this.callbacks');
4568
+ console.log(this.callbacks);
4569
+ console.log('name');
4570
+ console.log(name);
4571
+ console.log('callback');
4572
+ console.log(callback);
4567
4573
  this.callbacks = {
4568
4574
  ...this.callbacks,
4569
4575
  [name]: callback