Remove bogus comments from OutputPage::makeResourceLoaderLink(). They made sense...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sat, 13 Aug 2011 08:42:13 +0000 (08:42 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sat, 13 Aug 2011 08:42:13 +0000 (08:42 +0000)
includes/OutputPage.php

index adfe20e..2f705e5 100644 (file)
@@ -2355,8 +2355,6 @@ $templates
        protected function makeResourceLoaderLink( $modules, $only, $useESI = false ) {
                global $wgLoadScript, $wgResourceLoaderUseESI,
                        $wgResourceLoaderInlinePrivateModules;
-               // Lazy-load ResourceLoader
-               // TODO: Should this be a static function of ResourceLoader instead?
                $baseQuery = array(
                        'lang' => $this->getContext()->getLang()->getCode(),
                        'debug' => ResourceLoader::inDebugMode() ? 'true' : 'false',