diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-12 14:47:29 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2011-01-12 21:47:05 -0500 |
commit | b79bf4ab1757eb08f7209f158f1f3a386ace8c96 (patch) | |
tree | 53ae8597469de4481d35a36e29172fa2cd4cf17d /install/static/host.js | |
parent | 4da9228fb2ac34adab8eb1884ae414236adb84fa (diff) | |
download | freeipa.git-b79bf4ab1757eb08f7209f158f1f3a386ace8c96.tar.gz freeipa.git-b79bf4ab1757eb08f7209f158f1f3a386ace8c96.tar.xz freeipa.git-b79bf4ab1757eb08f7209f158f1f3a386ace8c96.zip |
javascript lint cleanup
Diffstat (limited to 'install/static/host.js')
-rw-r--r-- | install/static/host.js | 4 |
1 files changed, 2 insertions, 2 deletions
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); }; |