Add mobile target to jquery.getAttrs
authorJuliusz Gonera <jgonera@wikimedia.org>
Sun, 24 Mar 2013 02:18:37 +0000 (03:18 +0100)
committerKrinkle <ttijhof@wikimedia.org>
Sun, 24 Mar 2013 15:05:49 +0000 (15:05 +0000)
mediawiki.tests.qunit.testrunner has a dependency on it, which we want
on mobile.

Change-Id: Iffa7166362fe568ce8ed95db427c432e111d65a1

resources/Resources.php

index 9593fa8..4374b09 100644 (file)
@@ -198,6 +198,7 @@ return array(
        ),
        'jquery.getAttrs' => array(
                'scripts' => 'resources/jquery/jquery.getAttrs.js',
+               'targets' => array( 'desktop', 'mobile' ),
        ),
        'jquery.hidpi' => array(
                'scripts' => 'resources/jquery/jquery.hidpi.js',