Remove double spaces

Change-Id: I00d5cdf7aec91ec56117d395866c464e385f6dd9
This commit is contained in:
Fomafix 2016-09-09 18:54:56 +02:00 committed by Gergő Tisza
parent 789ccdeae6
commit 84b260587e
4 changed files with 7 additions and 7 deletions

View file

@ -284,10 +284,10 @@ class MultimediaViewerHooks {
*/
public static function resourceLoaderGetConfigVars( &$vars ) {
global $wgMediaViewerActionLoggingSamplingFactorMap, $wgMediaViewerNetworkPerformanceSamplingFactor,
$wgMediaViewerDurationLoggingSamplingFactor, $wgMediaViewerDurationLoggingLoggedinSamplingFactor,
$wgMediaViewerAttributionLoggingSamplingFactor, $wgMediaViewerDimensionLoggingSamplingFactor,
$wgMediaViewerIsInBeta, $wgMediaViewerUseThumbnailGuessing, $wgMediaViewerImageQueryParameter,
$wgMediaViewerRecordVirtualViewBeaconURI, $wgMediaViewerExtensions;
$wgMediaViewerDurationLoggingSamplingFactor, $wgMediaViewerDurationLoggingLoggedinSamplingFactor,
$wgMediaViewerAttributionLoggingSamplingFactor, $wgMediaViewerDimensionLoggingSamplingFactor,
$wgMediaViewerIsInBeta, $wgMediaViewerUseThumbnailGuessing, $wgMediaViewerImageQueryParameter,
$wgMediaViewerRecordVirtualViewBeaconURI, $wgMediaViewerExtensions;
$vars['wgMultimediaViewer'] = array(
'infoLink' => self::$infoLink,

View file

@ -37,7 +37,7 @@
* will be autodetected if omitted
*/
function ThumbnailWidthCalculator( options ) {
options = $.extend( {}, this.defaultOptions, options );
options = $.extend( {}, this.defaultOptions, options );
if ( !options.widthBuckets.length ) {
throw 'No buckets!';

View file

@ -90,7 +90,7 @@
.jq-fullscreened {
.mw-mmv-image-wrapper, // make the image occupy the whole screen
.mw-mmv-post-image { // make sure the panel fits in the screen and does not cause scrollbars to appear
.mw-mmv-post-image { // make sure the panel fits in the screen and does not cause scrollbars to appear
bottom: 0;
}

View file

@ -46,7 +46,7 @@
// Hovering over .mw-mmv-ttf-ellipsis-container will make the ellipsis more visible to attract
// attention to it. Since it has to be set on a parent element which is not under control of
// TruncatableTextField, setting it is the caller's responsibility.
// TruncatableTextField, setting it is the caller's responsibility.
.mw-mmv-ttf-ellipsis-container:hover & {
background-color: #d7d7d7;
/* @embed */