@player-ui/common-expressions-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.
|
@@ -7490,9 +7490,11 @@ var CommonExpressionsPlugin = function() {
|
|
|
7490
7490
|
}),
|
|
7491
7491
|
constants: this.constantsController
|
|
7492
7492
|
});
|
|
7493
|
-
|
|
7494
|
-
|
|
7495
|
-
|
|
7493
|
+
this.hooks.viewController.tap("player", function(vc) {
|
|
7494
|
+
vc.hooks.view.tap("player", function(view) {
|
|
7495
|
+
validationController.onView(view);
|
|
7496
|
+
_this.hooks.view.call(view);
|
|
7497
|
+
});
|
|
7496
7498
|
});
|
|
7497
7499
|
this.hooks.viewController.call(viewController);
|
|
7498
7500
|
return {
|