(bug 29121) jquery.suggestions uses jquery.autoEllipsis but didn't have it in its...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 3 Jun 2011 09:51:48 +0000 (09:51 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 3 Jun 2011 09:51:48 +0000 (09:51 +0000)
resources/Resources.php

index c198d86..7756c7d 100644 (file)
@@ -143,6 +143,7 @@ return array(
        'jquery.suggestions' => array(
                'scripts' => 'resources/jquery/jquery.suggestions.js',
                'styles' => 'resources/jquery/jquery.suggestions.css',
+               'dependencies' => 'jquery.autoEllipsis',
        ),
        'jquery.tabIndex' => array(
                'scripts' => 'resources/jquery/jquery.tabIndex.js',