Skip to content

Commit

Permalink
Fix jquery build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Dec 28, 2023
1 parent 2bfeb21 commit 712a682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entries/jquery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jQuery["fn"].extend({
var model: Survey = props.model;
model.updateSurvey(props);
model.render(this);
});
} as any);
},
PopupSurvey: doPopupSurvey,
SurveyWindow: doPopupSurvey
Expand Down

0 comments on commit 712a682

Please sign in to comment.