summaryrefslogtreecommitdiffstats
path: root/install/static/widget.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/widget.js')
-rwxr-xr-xinstall/static/widget.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/static/widget.js b/install/static/widget.js
index 1b99831e9..6ed27decd 100755
--- a/install/static/widget.js
+++ b/install/static/widget.js
@@ -109,6 +109,7 @@ function ipa_widget(spec) {
};
// methods that should be invoked by subclasses
+ that.widget_create = that.create;
that.widget_setup = that.setup;
return that;