summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-28 10:21:30 -0500
committerAdam Young <ayoung@redhat.com>2011-01-28 10:37:49 -0500
commit828cd5f11acc044378d1911fe64fb7e64c4e42db (patch)
tree39869e18bf46676cfd50433311558469bd76a408 /install/ui/details.js
parentc75f332af9225da285c54f0b09d87f28e3a2185b (diff)
downloadfreeipa-828cd5f11acc044378d1911fe64fb7e64c4e42db.tar.gz
freeipa-828cd5f11acc044378d1911fe64fb7e64c4e42db.tar.xz
freeipa-828cd5f11acc044378d1911fe64fb7e64c4e42db.zip
jsl warnings
Diffstat (limited to 'install/ui/details.js')
-rw-r--r--install/ui/details.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index c9e78bdef..dc3aaa53f 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -405,7 +405,7 @@ IPA.details_section = function (spec){
}
}
return false;
- }
+ };
// methods that should be invoked by subclasses
that.section_init = that.init;