Skip to content

Commit

Permalink
feat(swal-partial-targets): add SwalPartialTargets.footer target to t…
Browse files Browse the repository at this point in the history
…arget modal's footer (SA 7.8.0)
  • Loading branch information
toverux committed Jan 29, 2018
1 parent 3244406 commit d9ef338
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/swal-partial-targets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ export class SwalPartialTargets {
public readonly confirmButton = () => swal.getConfirmButton();

public readonly cancelButton = () => swal.getCancelButton();

public readonly footer = () => swal.getFooter();
}

0 comments on commit d9ef338

Please sign in to comment.