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/service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/service.js') diff --git a/install/static/service.js b/install/static/service.js index 02b3c976..4286469e 100644 --- a/install/static/service.js +++ b/install/static/service.js @@ -427,7 +427,7 @@ function ipa_service_managedby_host_facet(spec) { state[that.other_entity + '-pkey'] = value; $.bbq.pushState(state); return false; - } + }; }(value) }).appendTo(container); }; -- cgit