r75061 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75060‎ | r75061 | r75062 >
Date:00:25, 20 October 2010
Author:tparscal
Status:ok
Tags:
Comment:
Whitespace, comments and general cleanup.
Modified paths:
  • /trunk/phase3/includes/resourceloader/ResourceLoaderSiteModule.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/resourceloader/ResourceLoaderSiteModule.php
@@ -29,9 +29,14 @@
3030
3131 /* Protected Methods */
3232
 33+ /**
 34+ * Gets list of pages used by this module
 35+ *
 36+ * @return {array} List of pages
 37+ */
3338 protected function getPages( ResourceLoaderContext $context ) {
3439 global $wgHandheldStyle;
35 -
 40+
3641 $pages = array(
3742 'Common.js' => array( 'ns' => NS_MEDIAWIKI, 'type' => 'script' ),
3843 'Common.css' => array( 'ns' => NS_MEDIAWIKI, 'type' => 'style' ),
@@ -44,9 +49,14 @@
4550 }
4651 return $pages;
4752 }
48 -
 53+
4954 /* Methods */
50 -
 55+
 56+ /**
 57+ * Gets group name
 58+ *
 59+ * @return {string} Name of group
 60+ */
5161 public function getGroup() {
5262 return 'site';
5363 }

Status & tagging log