Add module definition for jquery.qunit.completenessTest and set position to top for...
authorKrinkle <krinkle@users.mediawiki.org>
Thu, 11 Aug 2011 14:28:16 +0000 (14:28 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Thu, 11 Aug 2011 14:28:16 +0000 (14:28 +0000)
resources/Resources.php

index 18a887d..e352bad 100644 (file)
@@ -151,6 +151,10 @@ return array(
        'jquery.qunit' => array(
                'scripts' => 'resources/jquery/jquery.qunit.js',
                'styles' => 'resources/jquery/jquery.qunit.css',
+               'position' => 'top',
+       ),
+       'jquery.qunit.completenessTest' => array(
+               'scripts' => 'resources/jquery/jquery.qunit.completenessTest.js',
        ),
        'jquery.suggestions' => array(
                'scripts' => 'resources/jquery/jquery.suggestions.js',