Adjust spacing

This commit is contained in:
Hossam Hassan 2017-02-04 06:28:59 +02:00
parent cb3f67a7f5
commit b45d5ad7d0

View File

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