summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.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/entity.js
parentc75f332af9225da285c54f0b09d87f28e3a2185b (diff)
downloadfreeipa-828cd5f11acc044378d1911fe64fb7e64c4e42db.tar.gz
freeipa-828cd5f11acc044378d1911fe64fb7e64c4e42db.tar.xz
freeipa-828cd5f11acc044378d1911fe64fb7e64c4e42db.zip
jsl warnings
Diffstat (limited to 'install/ui/entity.js')
-rw-r--r--install/ui/entity.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/entity.js b/install/ui/entity.js
index 990d2eb74..69dd444f8 100644
--- a/install/ui/entity.js
+++ b/install/ui/entity.js
@@ -65,7 +65,7 @@ IPA.facet = function (spec) {
that.is_dirty = function (){
return false;
- }
+ };
that.get_client_area = function() {
return $('.client', that.container);