diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-17 10:10:00 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-01-18 01:46:47 -0500 |
commit | 2b5085349211890497cc63de0d6ff1064dc084ea (patch) | |
tree | 72d61a18804f8f03ec00a4c909509cae7cbde208 /install/static/sudocmdgroup.js | |
parent | 25cfddcbe15932a2b6433e6e868085c3e7b6ef52 (diff) | |
download | freeipa.git-2b5085349211890497cc63de0d6ff1064dc084ea.tar.gz freeipa.git-2b5085349211890497cc63de0d6ff1064dc084ea.tar.xz freeipa.git-2b5085349211890497cc63de0d6ff1064dc084ea.zip |
jslint cleanup
Diffstat (limited to 'install/static/sudocmdgroup.js')
-rw-r--r-- | install/static/sudocmdgroup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/sudocmdgroup.js b/install/static/sudocmdgroup.js index 21a60d39..6cb2b83d 100644 --- a/install/static/sudocmdgroup.js +++ b/install/static/sudocmdgroup.js @@ -50,7 +50,7 @@ IPA.sudocmdgroup = function () { that.add_facet(facet); facet = IPA.sudocmdgroup_details_facet({ - 'name': 'details', + 'name': 'details' }); that.add_facet(facet); |