summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-02-01 18:01:19 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-02-02 10:59:46 -0500
commit2518612b0de13b3fd09eee7731804d077ded4ccf (patch)
treed2a9d77ace505adf07a54edbe8fc3e4089cc0a7d /install/ui/details.js
parent04ba37500bc7629edb22d465931dbee53d629b24 (diff)
downloadfreeipa-2518612b0de13b3fd09eee7731804d077ded4ccf.tar.gz
freeipa-2518612b0de13b3fd09eee7731804d077ded4ccf.tar.xz
freeipa-2518612b0de13b3fd09eee7731804d077ded4ccf.zip
core widget unit tests baseline set of unit tests for checking that each widget conforms to the contract
Diffstat (limited to 'install/ui/details.js')
-rw-r--r--install/ui/details.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index eadc4f2eb..125ef1bc8 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -372,12 +372,6 @@ IPA.details_section = function (spec){
return field;
};
- that.create_button = function(spec) {
- var field = IPA.button_widget(spec);
- that.add_field(field);
- return field;
- };
-
that.init = function() {
for (var i=0; i<that.fields.length; i++) {
var field = that.fields[i];