Follow-up I0a3bf8fb: Load oojs-ui-core.styles not the deprecated oojs-ui.styles
authorJames D. Forrester <jforrester@wikimedia.org>
Thu, 11 Feb 2016 20:41:12 +0000 (12:41 -0800)
committerJames D. Forrester <jforrester@wikimedia.org>
Thu, 11 Feb 2016 20:41:12 +0000 (12:41 -0800)
Change-Id: I5125abe81b66680dad4ccc754e12b59aa3cccff5

resources/ResourcesOOUI.php

index 851b1c7..d1b5111 100644 (file)
@@ -67,7 +67,7 @@ return call_user_func( function () {
                'dependencies' => array(
                        'es5-shim',
                        'oojs',
-                       'oojs-ui.styles',
+                       'oojs-ui-core.styles',
                        'mediawiki.language',
                ),
                'targets' => array( 'desktop', 'mobile' ),