Prepare for composer

Bug: 49121
Change-Id: I7b391cc856ca4526951db409173deb0f1b955c4b
This commit is contained in:
Niklas Laxström
2014-01-05 12:32:45 +00:00
parent 0c461d4b8a
commit f3f61fdbc9
3 changed files with 59 additions and 30 deletions

View File

@@ -3,7 +3,7 @@
* JavaScript and CSS resource definitions.
*
* @file
* @license GPL2+
* @license GPL-2.0+
*/
$resourcePaths = array(
@@ -11,6 +11,7 @@ $resourcePaths = array(
'remoteExtPath' => 'UniversalLanguageSelector'
);
global $wgResourceModules;
$wgResourceModules['ext.uls.languagenames'] = array(
'class' => 'ResourceLoaderULSModule'
);