@player-ui/common-types-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.
|
@@ -7481,9 +7481,11 @@ var CommonTypesPlugin = function() {
|
|
|
7481
7481
|
}),
|
|
7482
7482
|
constants: this.constantsController
|
|
7483
7483
|
});
|
|
7484
|
-
|
|
7485
|
-
|
|
7486
|
-
|
|
7484
|
+
this.hooks.viewController.tap("player", function(vc) {
|
|
7485
|
+
vc.hooks.view.tap("player", function(view) {
|
|
7486
|
+
validationController.onView(view);
|
|
7487
|
+
_this.hooks.view.call(view);
|
|
7488
|
+
});
|
|
7487
7489
|
});
|
|
7488
7490
|
this.hooks.viewController.call(viewController);
|
|
7489
7491
|
return {
|