Skip to content

Commit

Permalink
optional
Browse files Browse the repository at this point in the history
  • Loading branch information
turtledreams committed Nov 9, 2023
1 parent 6811504 commit ef553be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/countly.js
Original file line number Diff line number Diff line change
Expand Up @@ -3064,8 +3064,8 @@
/**
* Present the feedback widget in webview
* @param {Object} presentableFeedback - Current presentable feedback
* @param {String} [id] - DOM id to append the feedback widget (optional)
* @param {String} [className] - Class name to append the feedback widget (optional)
* @param {String} [id] - DOM id to append the feedback widget (optional, in case not used pass undefined)
* @param {String} [className] - Class name to append the feedback widget (optional, in case not used pass undefined)
* @param {Object} [feedbackWidgetSegmentation] - Segmentation object to be passed to the feedback widget (optional)
* */
this.present_feedback_widget = function(presentableFeedback, id, className, feedbackWidgetSegmentation) {
Expand Down

0 comments on commit ef553be

Please sign in to comment.