Skip to content

Commit

Permalink
Use pull request foundation#11274 from ncoden/fix/typescript-foudatio…
Browse files Browse the repository at this point in the history
…n-global-definition-11193 for v6.5.0

cac478c chore: move typescript definitions out of dist folders
5e540b7 fix: fix Typescript jQuery foundation method definition foundation#11193

Signed-off-by: Nicolas Coden <[email protected]>
  • Loading branch information
ncoden committed Jun 16, 2018
1 parent fbd1c41 commit cc5b55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/typescript/foundation.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ declare module FoundationSites {
}

interface JQuery {
foundation(method?: string|Array<any>, $element?: JQuery): JQuery;
foundation(method?: string | Array<any>, ...args: any[]): JQuery;
}

declare var Foundation: FoundationSites.FoundationSitesStatic;
Expand Down

0 comments on commit cc5b55f

Please sign in to comment.