Fix "Unexpected trailing comma"

[MAILPOET-976]
This commit is contained in:
Pavel Dohnal
2017-08-03 11:02:11 +02:00
parent 3a0669e1a2
commit 78fb9ba46f
4 changed files with 8 additions and 8 deletions

View File

@ -372,12 +372,12 @@ define([
MailPoet.helpTooltip.show(document.getElementById('tooltip-send-preview'), {
tooltipId: 'tooltip-editor-send-preview',
tooltip: MailPoet.I18n.t('helpTooltipSendPreview'),
tooltip: MailPoet.I18n.t('helpTooltipSendPreview')
});
MailPoet.helpTooltip.show(document.getElementById('tooltip-designer-styles'), {
tooltipId: 'tooltip-editor-designer-styles',
tooltip: MailPoet.I18n.t('helpTooltipDesignerStyles'),
tooltip: MailPoet.I18n.t('helpTooltipDesignerStyles')
});
});