Index: trunk/phase3/includes/resourceloader/ResourceLoaderFileModule.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | class ResourceLoaderFileModule extends ResourceLoaderModule { |
30 | 30 | |
31 | 31 | /* Protected Members */ |
32 | | - |
| 32 | + |
33 | 33 | /** @var {array} List of paths to JavaScript files to always include */ |
34 | 34 | protected $scripts = array(); |
35 | 35 | /** @var {array} List of paths to JavaScript files to include when using specific languages */ |
— | — | @@ -309,7 +309,7 @@ |
310 | 310 | |
311 | 311 | /** |
312 | 312 | * Gets a list of element that match a key, optionally using a fallback key |
313 | | - * |
| 313 | + * |
314 | 314 | * @param {array} $map Map of lists to select from |
315 | 315 | * @param {string} $key Key to look for in $map |
316 | 316 | * @param {string} $fallback Key to look for in map if $key is not in $map |
— | — | @@ -399,5 +399,4 @@ |
400 | 400 | |
401 | 401 | return "$IP/$path"; |
402 | 402 | } |
403 | | - |
404 | 403 | } |