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/sudorule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/sudorule.js') diff --git a/install/static/sudorule.js b/install/static/sudorule.js index a7774337..94f3247b 100644 --- a/install/static/sudorule.js +++ b/install/static/sudorule.js @@ -44,7 +44,7 @@ IPA.sudorule = function () { that.add_facet(facet); facet = IPA.sudorule_details_facet({ - 'name': 'details', + 'name': 'details' }); that.add_facet(facet); -- cgit