Fix missing dependency for mmv.performance

Change-Id: I216f1d2f814f99b27a2611112f275801fa52811b
This commit is contained in:
Gilles Dubuc 2014-02-13 16:52:18 +01:00
parent 6e127b25e2
commit f6053bf599

View file

@ -371,6 +371,7 @@ call_user_func( function() {
'dependencies' => array(
'jquery',
'mediawiki',
'mmv.base',
),
), $moduleInfo( 'mmv' ) );