]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/LDAPGroupEditor.js
jslint: trailing commas
[pmg-gui.git] / js / LDAPGroupEditor.js
index 67aafccab54a5797d10fc337ff7f17024d50b97c..e05980a84152be0375a7bf285825a8e53da4ee17 100644 (file)
@@ -57,7 +57,7 @@ Ext.define('PMG.LDAPGroupInputPanel', {
            'field[name=profile]': {
                change: 'changeProfile'
            }
-       },
+       }
     },
 
     items: [
@@ -72,7 +72,7 @@ Ext.define('PMG.LDAPGroupInputPanel', {
                  ', any profile' ],
                [ 'profile-none', gettext('Unknown LDAP address')],
                [ 'none', gettext('Unknown LDAP address') +
-                 ', any profile' ],
+                 ', any profile' ]
            ],
            fieldLabel: gettext("Match")
        },