includes/clientside/static/autofill.js
changeset 779 609e35845ec3
parent 747 cffe13960330
child 787 b0d0d429d8cf
--- a/includes/clientside/static/autofill.js	Sun Dec 21 16:28:00 2008 -0500
+++ b/includes/clientside/static/autofill.js	Sun Dec 21 16:41:03 2008 -0500
@@ -128,9 +128,7 @@
 
 addOnloadHook(function()
   {
-    load_component('l10n');
-    load_component('jquery');
-    load_component('jquery-ui');
+    load_component(['l10n', 'jquery', 'jquery-ui']);
     
     if ( !window.jQuery )
     {