diff -r 57ce13805b6f -r 609e35845ec3 includes/clientside/static/editor.js --- a/includes/clientside/static/editor.js Sun Dec 21 16:28:00 2008 -0500 +++ b/includes/clientside/static/editor.js Sun Dec 21 16:41:03 2008 -0500 @@ -12,9 +12,7 @@ return true; if ( editor_open ) return true; - load_component('l10n'); - load_component('template-compiler'); - load_component('messagebox'); + load_component(['l10n', 'template-compiler', 'messagebox']); selectButtonMinor('edit'); selectButtonMajor('article'); setAjaxLoading();