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/host.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/static/host.js') diff --git a/install/static/host.js b/install/static/host.js index 852d0ce0..b6ca404a 100644 --- a/install/static/host.js +++ b/install/static/host.js @@ -406,7 +406,7 @@ function host_certificate_status_widget(spec) { that.get_entity_certificate = function(result) { var values = result['usercertificate']; return values ? values[0].__base64__ : null; - } + }; }; return that; @@ -444,7 +444,7 @@ function ipa_host_managedby_host_facet(spec) { state[that.other_entity + '-pkey'] = value; $.bbq.pushState(state); return false; - } + }; }(value) }).appendTo(container); }; -- cgit