Skip to content

Commit

Permalink
Fix the build, surveyjs#3107
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Jul 19, 2021
1 parent 2fd2160 commit e7fef7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export class PopupModel extends Base {
showPointer: boolean = true,
isModal: boolean = false,
onCancel = () => {},
onCanApply = () => {return true},
onApply = () => {},
onHide = () => {},
onShow = () => {},
Expand All @@ -44,7 +43,6 @@ export class PopupModel extends Base {
this.showPointer = showPointer;
this.isModal = isModal;
this.onCancel = onCancel;
this.onCanApply = onCanApply;
this.onApply = onApply;
this.onHide = onHide;
this.onShow = onShow;
Expand Down

0 comments on commit e7fef7a

Please sign in to comment.