From: valeria Date: Fri, 25 Nov 2022 13:36:56 +0000 (+0100) Subject: fix: added missing return type X-Git-Tag: v6.9.0^2~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12508%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: added missing return type --- diff --git a/dist/js/foundation.d.ts b/dist/js/foundation.d.ts index 25b6ef1c0..4fe588867 100644 --- a/dist/js/foundation.d.ts +++ b/dist/js/foundation.d.ts @@ -368,7 +368,7 @@ declare module FoundationSites { interface SmoothScroll { scrollToLoc(loc: string, options: any, callback: Function): boolean; - constructor(element: any, options: any); + constructor(element: any, options: any): any; } interface ISmoothScrollOptions {