@player-ui/async-node-plugin 0.12.0-next.9 → 0.12.1--canary.683.24491
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
|
-
|
|
7578
|
-
|
|
7579
|
-
|
|
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 {
|