diff --git a/index.js b/index.js index e52419f..bfae2a2 100644 --- a/index.js +++ b/index.js @@ -695,8 +695,8 @@ module.exports = { screenshot: Instabug.invocationEventScreenshot, twoFingersSwipe: Instabug.invocationEventTwoFingersSwipe, floatingButton: Instabug.invocationEventFloatingButton - } - , + }, + /** * Type of SDK dismiss * @readonly @@ -706,8 +706,8 @@ module.exports = { submit: Instabug.dismissTypeSubmit, cancel: Instabug.dismissTypeCancel, addAttachment: Instabug.dismissTypeAddAttachment - } - , + }, + /** * Type of report to be submit * @readonly @@ -716,8 +716,8 @@ module.exports = { reportType: { bug: Instabug.reportTypeBug, feedback: Instabug.reportTypeFeedback - } - , + }, + /** * The mode used upon invocating the SDK * @readonly @@ -729,8 +729,8 @@ module.exports = { newFeedback: Instabug.invocationModeNewFeedback, newChat: Instabug.invocationModeNewChat, chatsList: Instabug.invocationModeChatsList - } - , + }, + /** * The supported locales * @readonly @@ -753,8 +753,8 @@ module.exports = { spanish: Instabug.localeSpanish, swedish: Instabug.localeSwedish, turkish: Instabug.localeTurkish - } - , + }, + /** * The color theme of the different UI elements * @readonly @@ -763,8 +763,8 @@ module.exports = { colorTheme: { light: Instabug.colorThemeLight, dark: Instabug.colorThemeDark - } - , + }, + /** * Rectangle edges * @readonly @@ -775,8 +775,8 @@ module.exports = { minY: Instabug.rectMinYEdge, maxX: Instabug.rectMaxXEdge, maxY: Instabug.rectMaxYEdge - } - , + }, + /** * Instabug strings * @readonly @@ -822,5 +822,4 @@ module.exports = { messageNotification: Instabug.messageNotification, messagesNotificationAndOthers: Instabug.messagesNotificationAndOthers } -} -; \ No newline at end of file +}; \ No newline at end of file