summaryrefslogtreecommitdiffstats
path: root/install/static/group.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-12 14:47:29 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2011-01-12 21:47:05 -0500
commitb79bf4ab1757eb08f7209f158f1f3a386ace8c96 (patch)
tree53ae8597469de4481d35a36e29172fa2cd4cf17d /install/static/group.js
parent4da9228fb2ac34adab8eb1884ae414236adb84fa (diff)
downloadfreeipa-b79bf4ab1757eb08f7209f158f1f3a386ace8c96.tar.gz
freeipa-b79bf4ab1757eb08f7209f158f1f3a386ace8c96.tar.xz
freeipa-b79bf4ab1757eb08f7209f158f1f3a386ace8c96.zip
javascript lint cleanup
Diffstat (limited to 'install/static/group.js')
-rw-r--r--install/static/group.js2
1 files changed, 1 insertions, 1 deletions
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);
};