Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -2355,8 +2355,6 @@ |
2356 | 2356 | protected function makeResourceLoaderLink( $modules, $only, $useESI = false ) { |
2357 | 2357 | global $wgLoadScript, $wgResourceLoaderUseESI, |
2358 | 2358 | $wgResourceLoaderInlinePrivateModules; |
2359 | | - // Lazy-load ResourceLoader |
2360 | | - // TODO: Should this be a static function of ResourceLoader instead? |
2361 | 2359 | $baseQuery = array( |
2362 | 2360 | 'lang' => $this->getContext()->getLang()->getCode(), |
2363 | 2361 | 'debug' => ResourceLoader::inDebugMode() ? 'true' : 'false', |