@player-ui/reference-assets-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.
@@ -7789,9 +7789,11 @@ var ReferenceAssetsPlugin = function() {
7789
7789
  }),
7790
7790
  constants: this.constantsController
7791
7791
  });
7792
- viewController.hooks.view.tap("player", function(view) {
7793
- validationController.onView(view);
7794
- _this.hooks.view.call(view);
7792
+ this.hooks.viewController.tap("player", function(vc) {
7793
+ vc.hooks.view.tap("player", function(view) {
7794
+ validationController.onView(view);
7795
+ _this.hooks.view.call(view);
7796
+ });
7795
7797
  });
7796
7798
  this.hooks.viewController.call(viewController);
7797
7799
  return {