diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-28 10:21:30 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-01-28 10:37:49 -0500 |
commit | 828cd5f11acc044378d1911fe64fb7e64c4e42db (patch) | |
tree | 39869e18bf46676cfd50433311558469bd76a408 /install/ui/entity.js | |
parent | c75f332af9225da285c54f0b09d87f28e3a2185b (diff) | |
download | freeipa-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.js | 2 |
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); |