MediaViewer schema should be a dependency of mmv.bootstrap

For the thumbnail-link-click and enlarge-link-click events

Change-Id: I8fa0d286997a27b46d2d0506513254694c1927ec
This commit is contained in:
Gilles Dubuc 2014-02-27 08:56:53 +01:00 committed by Gergő Tisza
parent 45a0031716
commit 812341a549

View file

@ -494,6 +494,9 @@ call_user_func( function() {
'revision' => 7488625,
);
$wgResourceModules['mmv.bootstrap']['dependencies'][] = 'ext.eventLogging';
$wgResourceModules['mmv.bootstrap']['dependencies'][] = 'schema.MediaViewer';
$wgResourceModules['mmv']['dependencies'][] = 'ext.eventLogging';
$wgResourceModules['mmv']['dependencies'][] = 'schema.MediaViewer';
$wgResourceModules['mmv']['dependencies'][] = 'schema.MultimediaViewerNetworkPerformance';