http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94245

Revision: 94245
Author:   krinkle
Date:     2011-08-11 14:28:16 +0000 (Thu, 11 Aug 2011)
Log Message:
-----------
Add module definition for jquery.qunit.completenessTest and set position to top 
for jquery.qunit (right now it's manually loaded with a <script> tag, but once 
it's loaded dynamically it should be loaded from top because of the styling and 
the hooks that it makes available).

Modified Paths:
--------------
    trunk/phase3/resources/Resources.php

Modified: trunk/phase3/resources/Resources.php
===================================================================
--- trunk/phase3/resources/Resources.php        2011-08-11 14:13:03 UTC (rev 
94244)
+++ trunk/phase3/resources/Resources.php        2011-08-11 14:28:16 UTC (rev 
94245)
@@ -151,7 +151,11 @@
        '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',
                'styles' => 'resources/jquery/jquery.suggestions.css',


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to