From 680148ed036bcef5ecfc0ca1938b9768d8a233ca Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 12 Jan 2011 19:51:22 -0500 Subject: scoping functions converting function of the form ipa_ to IPA. to remove them from the global namespace. https://fedorahosted.org/freeipa/ticket/212 --- install/static/test/aci_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/test/aci_tests.js') diff --git a/install/static/test/aci_tests.js b/install/static/test/aci_tests.js index 9505f1e1..c51b556d 100644 --- a/install/static/test/aci_tests.js +++ b/install/static/test/aci_tests.js @@ -36,7 +36,7 @@ module('aci',{ } ); aci_container = $('
').appendTo(document.body); - target_section = ipa_target_section(); + target_section = IPA.target_section(); target_section.create(aci_container); }, teardown: function() { -- cgit