@player-ui/player 0.12.0-next.8 → 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.
@@ -7984,9 +7984,11 @@ var Player = function() {
7984
7984
  }),
7985
7985
  constants: this.constantsController
7986
7986
  });
7987
- viewController.hooks.view.tap("player", function(view) {
7988
- validationController.onView(view);
7989
- _this.hooks.view.call(view);
7987
+ this.hooks.viewController.tap("player", function(vc) {
7988
+ vc.hooks.view.tap("player", function(view) {
7989
+ validationController.onView(view);
7990
+ _this.hooks.view.call(view);
7991
+ });
7990
7992
  });
7991
7993
  this.hooks.viewController.call(viewController);
7992
7994
  return {