diff --git a/dist/js/foundation.d.ts b/dist/js/foundation.d.ts index 25b6ef1c01..4fe5888679 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 {