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/sudocmd.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/sudocmd.js')
-rw-r--r-- | install/static/sudocmd.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/sudocmd.js b/install/static/sudocmd.js index ecc71a75..e398ae8f 100644 --- a/install/static/sudocmd.js +++ b/install/static/sudocmd.js @@ -44,7 +44,7 @@ IPA.sudocmd = function () { that.add_facet(facet); facet = IPA.sudocmd_details_facet({ - 'name': 'details', + 'name': 'details' }); that.add_facet(facet); |