TT#4310 Disable warning regarding trailing comma.

Change-Id: I00218ff0ea53f5860b4ffa42db8e6bb2a31ad6ac
changes/32/9132/3
Andreas Granig 9 years ago
parent 1ddf8a6b58
commit 2e76bab999

@ -52,6 +52,5 @@ Ext.define('NgcpCsc.view.common.gridfilters.GridFilters', {
text: Ngcp.csc.locales.filters.reset[localStorage.getItem('languageSelected')],
handler: 'resetFilters'
}]
}],
}]
})

@ -36,7 +36,7 @@ Ext.define('NgcpCsc.view.pages.voicemails.VoiceMailsGrid', {
}, {
flex: 1,
dataIndex: 'duration',
text: 'duration',
text: 'duration'
}, {
flex: 1,
xtype:'datecolumn',

Loading…
Cancel
Save