@player-ui/check-path-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.
@@ -7402,9 +7402,11 @@ var CheckPathPlugin = function() {
7402
7402
  }),
7403
7403
  constants: this.constantsController
7404
7404
  });
7405
- viewController.hooks.view.tap("player", function(view) {
7406
- validationController.onView(view);
7407
- _this.hooks.view.call(view);
7405
+ this.hooks.viewController.tap("player", function(vc) {
7406
+ vc.hooks.view.tap("player", function(view) {
7407
+ validationController.onView(view);
7408
+ _this.hooks.view.call(view);
7409
+ });
7408
7410
  });
7409
7411
  this.hooks.viewController.call(viewController);
7410
7412
  return {