Skip to content

Commit

Permalink
Merge pull request #12508 from starostva/missing_return_type
Browse files Browse the repository at this point in the history
refactor: added missing return type
  • Loading branch information
joeworkman authored Sep 27, 2024
2 parents 4bdec36 + 0518560 commit 570374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/foundation.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 570374b

Please sign in to comment.