@player-ui/metrics-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.
@@ -7463,9 +7463,11 @@ var MetricsPlugin = function() {
7463
7463
  }),
7464
7464
  constants: this.constantsController
7465
7465
  });
7466
- viewController.hooks.view.tap("player", function(view) {
7467
- validationController.onView(view);
7468
- _this.hooks.view.call(view);
7466
+ this.hooks.viewController.tap("player", function(vc) {
7467
+ vc.hooks.view.tap("player", function(view) {
7468
+ validationController.onView(view);
7469
+ _this.hooks.view.call(view);
7470
+ });
7469
7471
  });
7470
7472
  this.hooks.viewController.call(viewController);
7471
7473
  return {