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 ec4a2adc..7f195a14 100644
--- a/install/ui/entity.js
+++ b/install/ui/entity.js
@@ -112,7 +112,7 @@ IPA.entity = function (spec) {
that.add_dialog = function(dialog) {
return that.dialog(dialog);
- }
+ };
that.dialog = function(dialog) {
dialog.entity_name = that.name;