@player-ui/async-node-plugin 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.
@@ -7574,9 +7574,11 @@ var AsyncNodePlugin = function() {
7574
7574
  }),
7575
7575
  constants: this.constantsController
7576
7576
  });
7577
- viewController.hooks.view.tap("player", function(view) {
7578
- validationController.onView(view);
7579
- _this.hooks.view.call(view);
7577
+ this.hooks.viewController.tap("player", function(vc) {
7578
+ vc.hooks.view.tap("player", function(view) {
7579
+ validationController.onView(view);
7580
+ _this.hooks.view.call(view);
7581
+ });
7580
7582
  });
7581
7583
  this.hooks.viewController.call(viewController);
7582
7584
  return {