Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2022-03-21 17:09:50 +0300
committerGitHub <noreply@github.com>2022-03-21 17:09:50 +0300
commitbc5175b483a5c88b389761624f5b65dfbfc85978 (patch)
tree376bfdacdbeb59a3754a147c643f1a159a0e855f /plugins/CoreVue/types/index.d.ts
parentcd541083f351a2712e58fa83a2c54861a92c120e (diff)
[Vue] migrate PiwikMarketplaceLicenseController controller and twig template to Vue (#18955)
* start migration * finish migrating license key * get UI test to pass locally * remove angularjs file * remove todo * apply review feedback * apply review feedback
Diffstat (limited to 'plugins/CoreVue/types/index.d.ts')
-rw-r--r--plugins/CoreVue/types/index.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreVue/types/index.d.ts b/plugins/CoreVue/types/index.d.ts
index abef59d415..49fd91baa5 100644
--- a/plugins/CoreVue/types/index.d.ts
+++ b/plugins/CoreVue/types/index.d.ts
@@ -76,7 +76,7 @@ declare global {
interface PiwikHelperGlobal {
escape(text: string): string;
- redirect(params: any);
+ redirect(params?: any);
htmlDecode(encoded: string): string;
htmlEntities(value: string): string;
modalConfirm(element: JQuery|JQLite|HTMLElement|string, callbacks?: ModalConfirmCallbacks, options?: ModalConfirmOptions);