summaryrefslogtreecommitdiffstats
path: root/install/ui/widget.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r--install/ui/widget.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js
index 6ae6f5dfb..62af6c16d 100644
--- a/install/ui/widget.js
+++ b/install/ui/widget.js
@@ -967,6 +967,7 @@ IPA.radio_widget = function(spec) {
};
// methods that should be invoked by subclasses
+ that.radio_create = that.create;
that.radio_save = that.save;
return that;