@player-ui/stage-revert-data-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.
|
@@ -7367,9 +7367,11 @@ var StageRevertDataPlugin = function() {
|
|
|
7367
7367
|
}),
|
|
7368
7368
|
constants: this.constantsController
|
|
7369
7369
|
});
|
|
7370
|
-
|
|
7371
|
-
|
|
7372
|
-
|
|
7370
|
+
this.hooks.viewController.tap("player", function(vc) {
|
|
7371
|
+
vc.hooks.view.tap("player", function(view) {
|
|
7372
|
+
validationController.onView(view);
|
|
7373
|
+
_this.hooks.view.call(view);
|
|
7374
|
+
});
|
|
7373
7375
|
});
|
|
7374
7376
|
this.hooks.viewController.call(viewController);
|
|
7375
7377
|
return {
|