mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-03 06:30:41 +00:00
Add missed comma and adjust code formatting
This commit is contained in:
parent
33dd6d3ad4
commit
f764e0f436
6
index.js
6
index.js
@ -661,11 +661,11 @@ module.exports = {
|
|||||||
Instabug.setViewHirearchyEnabled(viewHirearchyEnabled);
|
Instabug.setViewHirearchyEnabled(viewHirearchyEnabled);
|
||||||
},
|
},
|
||||||
|
|
||||||
setSurveysEnabled: function(surveysEnabled) {
|
setSurveysEnabled: function (surveysEnabled) {
|
||||||
Instabug.setSurveysEnabled(surveysEnabled)
|
Instabug.setSurveysEnabled(surveysEnabled)
|
||||||
},
|
},
|
||||||
|
|
||||||
showSurveysIfAvailable: function() {
|
showSurveysIfAvailable: function () {
|
||||||
Instabug.showSurveysIfAvailable()
|
Instabug.showSurveysIfAvailable()
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -691,7 +691,7 @@ module.exports = {
|
|||||||
|
|
||||||
Instabug.setDidDismissSurveyHandler(didDismissSurveyHandler);
|
Instabug.setDidDismissSurveyHandler(didDismissSurveyHandler);
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The event used to invoke the feedback form
|
* The event used to invoke the feedback form
|
||||||
|
Loading…
x
Reference in New Issue
Block a user