Skip to content

Commit

Permalink
fix: remove confirm callback, not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Mar 6, 2016
1 parent b5f9267 commit 662d8ce
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/plugins/dialogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ export interface promptCallback {

}

export interface confirmCallback {

/**
* The index of the pressed button. (Number) Note that the index uses one-based indexing, so the value is 1, 2, 3, etc.
*/
buttonIndex : number,

}

/**
* @name Dialogs
Expand Down

0 comments on commit 662d8ce

Please sign in to comment.