From 2518612b0de13b3fd09eee7731804d077ded4ccf Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 1 Feb 2011 18:01:19 -0500 Subject: core widget unit tests baseline set of unit tests for checking that each widget conforms to the contract --- install/ui/details.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'install/ui/details.js') diff --git a/install/ui/details.js b/install/ui/details.js index eadc4f2e..125ef1bc 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