@player-ui/beacon-plugin 0.12.0-next.9 → 0.12.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.
@@ -7451,9 +7451,11 @@ var BeaconPlugin = function() {
7451
7451
  }),
7452
7452
  constants: this.constantsController
7453
7453
  });
7454
- viewController.hooks.view.tap("player", function(view) {
7455
- validationController.onView(view);
7456
- _this.hooks.view.call(view);
7454
+ this.hooks.viewController.tap("player", function(vc) {
7455
+ vc.hooks.view.tap("player", function(view) {
7456
+ validationController.onView(view);
7457
+ _this.hooks.view.call(view);
7458
+ });
7457
7459
  });
7458
7460
  this.hooks.viewController.call(viewController);
7459
7461
  return {