Index: trunk/phase3/resources/Resources.php |
— | — | @@ -490,7 +490,7 @@ |
491 | 491 | 'mediawiki.legacy.ajax' => array( |
492 | 492 | 'scripts' => 'common/ajax.js', |
493 | 493 | 'remoteBasePath' => $GLOBALS['wgStylePath'], |
494 | | - 'localBasePath' => "{$GLOBALS['IP']}/skins",, |
| 494 | + 'localBasePath' => "{$GLOBALS['IP']}/skins", |
495 | 495 | 'messages' => array( |
496 | 496 | 'watch', |
497 | 497 | 'unwatch', |
— | — | @@ -504,13 +504,13 @@ |
505 | 505 | 'mediawiki.legacy.block' => array( |
506 | 506 | 'scripts' => 'common/block.js', |
507 | 507 | 'remoteBasePath' => $GLOBALS['wgStylePath'], |
508 | | - 'localBasePath' => "{$GLOBALS['IP']}/skins",, |
| 508 | + 'localBasePath' => "{$GLOBALS['IP']}/skins", |
509 | 509 | 'dependencies' => 'mediawiki.legacy.wikibits', |
510 | 510 | ), |
511 | 511 | 'mediawiki.legacy.commonPrint' => array( |
512 | 512 | 'styles' => array( 'common/commonPrint.css' => array( 'media' => 'print' ) ), |
513 | 513 | 'remoteBasePath' => $GLOBALS['wgStylePath'], |
514 | | - 'localBasePath' => "{$GLOBALS['IP']}/skins",, |
| 514 | + 'localBasePath' => "{$GLOBALS['IP']}/skins", |
515 | 515 | ), |
516 | 516 | 'mediawiki.legacy.config' => array( |
517 | 517 | 'scripts' => 'common/config.js', |