From 2b5085349211890497cc63de0d6ff1064dc084ea Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 17 Jan 2011 10:10:00 -0500 Subject: jslint cleanup --- install/static/sudocmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/sudocmd.js') 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); -- cgit