summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.js
diff options
context:
space:
mode:
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 990d2eb7..69dd444f 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);