Fix ES5 comma-dangle eslint rule [MAILPOET-1028]
This commit is contained in:
committed by
pavel-mailpoet
parent
f0c59ff635
commit
08f81bd816
@@ -17,7 +17,7 @@ define(
|
||||
routes: {
|
||||
'': 'sendingMethodGroup', // the default tab is currently mta, needs its own method
|
||||
'mta(/:group)': 'sendingMethodGroup',
|
||||
'(:tab)': 'tabs',
|
||||
'(:tab)': 'tabs'
|
||||
},
|
||||
sendingMethodGroup: function(group) {
|
||||
// display mta tab
|
||||
|
Reference in New Issue
Block a user