r75057 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75056‎ | r75057 | r75058 >
Date:23:02, 19 October 2010
Author:tparscal
Status:ok
Tags:
Comment:
Whitespace adjustments
Modified paths:
  • /trunk/phase3/includes/resourceloader/ResourceLoaderFileModule.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/resourceloader/ResourceLoaderFileModule.php
@@ -28,7 +28,7 @@
2929 class ResourceLoaderFileModule extends ResourceLoaderModule {
3030
3131 /* Protected Members */
32 -
 32+
3333 /** @var {array} List of paths to JavaScript files to always include */
3434 protected $scripts = array();
3535 /** @var {array} List of paths to JavaScript files to include when using specific languages */
@@ -309,7 +309,7 @@
310310
311311 /**
312312 * Gets a list of element that match a key, optionally using a fallback key
313 - *
 313+ *
314314 * @param {array} $map Map of lists to select from
315315 * @param {string} $key Key to look for in $map
316316 * @param {string} $fallback Key to look for in map if $key is not in $map
@@ -399,5 +399,4 @@
400400
401401 return "$IP/$path";
402402 }
403 -
404403 }

Status & tagging log