Allow mobile for jquery.throttle-debounce
authorMatthew Flaschen <mflaschen@wikimedia.org>
Tue, 13 Jan 2015 23:29:22 +0000 (18:29 -0500)
committerMatthew Flaschen <mflaschen@wikimedia.org>
Tue, 13 Jan 2015 23:29:22 +0000 (18:29 -0500)
This will allow Flow to use core's module:
Ia59e14dc8d7838cfe237b99ee59053529a7235fa

Change-Id: Ia6502da0e10dfa91732b7ac7ac9921dc5cfd218c

resources/Resources.php

index ad83e16..6e8cd99 100644 (file)
@@ -307,6 +307,7 @@ return array(
        ),
        'jquery.throttle-debounce' => array(
                'scripts' => 'resources/lib/jquery/jquery.ba-throttle-debounce.js',
+               'targets' => array( 'desktop', 'mobile' ),
        ),
        'jquery.validate' => array(
                'scripts' => 'resources/lib/jquery/jquery.validate.js',