From b79bf4ab1757eb08f7209f158f1f3a386ace8c96 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 12 Jan 2011 14:47:29 -0500 Subject: javascript lint cleanup --- install/static/group.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/group.js') diff --git a/install/static/group.js b/install/static/group.js index c54df26e..6d11bd56 100644 --- a/install/static/group.js +++ b/install/static/group.js @@ -167,7 +167,7 @@ function ipa_group_member_user_facet(spec) { state[that.other_entity + '-pkey'] = value; $.bbq.pushState(state); return false; - } + }; }(value) }).appendTo(container); }; -- cgit