@player-ui/markdown-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.
|
@@ -11699,9 +11699,11 @@ var MarkdownPlugin = function() {
|
|
|
11699
11699
|
}),
|
|
11700
11700
|
constants: this.constantsController
|
|
11701
11701
|
});
|
|
11702
|
-
|
|
11703
|
-
|
|
11704
|
-
|
|
11702
|
+
this.hooks.viewController.tap("player", function(vc) {
|
|
11703
|
+
vc.hooks.view.tap("player", function(view) {
|
|
11704
|
+
validationController.onView(view);
|
|
11705
|
+
_this.hooks.view.call(view);
|
|
11706
|
+
});
|
|
11705
11707
|
});
|
|
11706
11708
|
this.hooks.viewController.call(viewController);
|
|
11707
11709
|
return {
|