@player-ui/reference-assets-plugin 0.12.1--canary.687.24578 → 0.13.0-next.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.
@@ -8172,11 +8172,13 @@ var ReferenceAssetsPlugin = function() {
8172
8172
  }),
8173
8173
  constants: this.constantsController
8174
8174
  });
8175
- this.hooks.viewController.call(viewController);
8176
- viewController.hooks.view.tap("player", function(view) {
8177
- validationController.onView(view);
8178
- _this.hooks.view.call(view);
8175
+ this.hooks.viewController.tap("player", function(vc) {
8176
+ vc.hooks.view.tap("player", function(view) {
8177
+ validationController.onView(view);
8178
+ _this.hooks.view.call(view);
8179
+ });
8179
8180
  });
8181
+ this.hooks.viewController.call(viewController);
8180
8182
  return {
8181
8183
  start: function() {
8182
8184
  flowController.start().then(function(endState) {