remove trailing comma shown in IDE as warning

This commit is contained in:
Ralf Becker 2016-07-04 12:28:01 +02:00
parent 035593f8a6
commit 7ab213d94a

View File

@ -761,7 +761,7 @@ jQuery.extend(et2_dialog, //(function(){ "use strict"; return
title: '',
buttons: [
// These ones will use the callback, just like normal
{text: egw.lang("Abort"),id:'dialog[cancel]',},
{text: egw.lang("Abort"),id:'dialog[cancel]'},
{text: egw.lang("Retry"),id:'dialog[retry]'},
{text: egw.lang("Skip"),id:'dialog[skip]', class:"ui-priority-primary", default: true}
],