Add target mobile to jquery.textSelection
authorFlorian <florian.schmidt.welzow@t-online.de>
Sat, 18 Apr 2015 16:54:36 +0000 (18:54 +0200)
committerFlorian <florian.schmidt.welzow@t-online.de>
Sat, 18 Apr 2015 16:55:37 +0000 (18:55 +0200)
Bug: T91752
Change-Id: Idd2275788f11303bd965994c9fb2e6c2d59daa33

resources/Resources.php

index a17b678..ec5a9a0 100644 (file)
@@ -311,6 +311,7 @@ return array(
        'jquery.textSelection' => array(
                'scripts' => 'resources/src/jquery/jquery.textSelection.js',
                'dependencies' => 'jquery.client',
+               'targets' => array( 'mobile', 'desktop' ),
        ),
        'jquery.throttle-debounce' => array(
                'scripts' => 'resources/lib/jquery/jquery.ba-throttle-debounce.js',