--- wysiwyg.module	2008-12-01 22:32:41.000000000 +0800
+++ wysiwyg.module2	2009-01-27 10:25:29.000000000 +0800
@@ -218,7 +218,7 @@
         $files = $files['files'];
       }
       foreach ($files as $file) {
-        drupal_add_js($editor['library path'] . '/' . $file);
+        drupal_add_js($editor['library path'] . '/' . $file, 'module', 'header', False, True, False);
       }
       // Load JavaScript integration files for this editor.
       $files = array();
