jquery.accessKeyLabel: Enable for target=mobile
authorTimo Tijhof <krinklemail@gmail.com>
Sun, 27 Apr 2014 18:26:44 +0000 (20:26 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Sun, 27 Apr 2014 18:26:44 +0000 (20:26 +0200)
Follows-up 6a81b0e, which split this module out of mediawiki.util,
but didn't give it the same target. So the mediawiki.util module
was now broken on module due to a dependency on an unknown module
named "jquery.accessKeyLabel".

Bug: 64512
Change-Id: I324501411829a71e30d424a8c5304748575fcba3

resources/Resources.php

index 3433a23..668dc14 100644 (file)
@@ -190,6 +190,7 @@ return array(
                'dependencies' => array(
                        'jquery.client',
                ),
+               'targets' => array( 'mobile', 'desktop' ),
        ),
        'jquery.appear' => array(
                'scripts' => 'resources/lib/jquery/jquery.appear.js',