From 81c11be76e413aa53db2257abffbf976c728c582 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Tue, 13 Jan 2015 18:29:22 -0500 Subject: [PATCH] Allow mobile for jquery.throttle-debounce This will allow Flow to use core's module: Ia59e14dc8d7838cfe237b99ee59053529a7235fa Change-Id: Ia6502da0e10dfa91732b7ac7ac9921dc5cfd218c --- resources/Resources.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/Resources.php b/resources/Resources.php index ad83e16208..6e8cd99df0 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -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', -- 2.20.1