Skip to content

Commit 570374b

Browse files
authored
Merge pull request #12508 from starostva/missing_return_type
refactor: added missing return type
2 parents 4bdec36 + 0518560 commit 570374b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/js/foundation.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ declare module FoundationSites {
368368

369369
interface SmoothScroll {
370370
scrollToLoc(loc: string, options: any, callback: Function): boolean;
371-
constructor(element: any, options: any);
371+
constructor(element: any, options: any): any;
372372
}
373373

374374
interface ISmoothScrollOptions {

0 commit comments

Comments
 (0)