r72683 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72682‎ | r72683 | r72684 >
Date:21:04, 9 September 2010
Author:tparscal
Status:ok
Tags:
Comment:
Removed trailing commas mistakenly added in r72682
Modified paths:
  • /trunk/phase3/resources/Resources.php (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/Resources.php
@@ -18,37 +18,37 @@
1919 /* jQuery Plugins */
2020
2121 'jquery.async' => new ResourceLoaderFileModule(
22 - array( 'scripts' => 'resources/jquery/jquery.async.js' ),
 22+ array( 'scripts' => 'resources/jquery/jquery.async.js' )
2323 ),
2424 'jquery.autoEllipsis' => new ResourceLoaderFileModule(
25 - array( 'scripts' => 'resources/jquery/jquery.autoEllipsis.js' ),
 25+ array( 'scripts' => 'resources/jquery/jquery.autoEllipsis.js' )
2626 ),
2727 'jquery.color' => new ResourceLoaderFileModule(
28 - array( 'scripts' => 'resources/jquery/jquery.color.js' ),
 28+ array( 'scripts' => 'resources/jquery/jquery.color.js' )
2929 ),
3030 'jquery.cookie' => new ResourceLoaderFileModule(
31 - array( 'scripts' => 'resources/jquery/jquery.cookie.js' ),
 31+ array( 'scripts' => 'resources/jquery/jquery.cookie.js' )
3232 ),
3333 'jquery.delayedBind' => new ResourceLoaderFileModule(
34 - array( 'scripts' => 'resources/jquery/jquery.delayedBind.js' ),
 34+ array( 'scripts' => 'resources/jquery/jquery.delayedBind.js' )
3535 ),
3636 'jquery.expandableField' => new ResourceLoaderFileModule(
37 - array( 'scripts' => 'resources/jquery/jquery.expandableField.js' ),
 37+ array( 'scripts' => 'resources/jquery/jquery.expandableField.js' )
3838 ),
3939 'jquery.highlightText' => new ResourceLoaderFileModule(
40 - array( 'scripts' => 'resources/jquery/jquery.highlightText.js' ),
 40+ array( 'scripts' => 'resources/jquery/jquery.highlightText.js' )
4141 ),
4242 'jquery.suggestions' => new ResourceLoaderFileModule(
4343 array(
4444 'scripts' => 'resources/jquery/jquery.suggestions.js',
4545 'styles' => 'resources/jquery/jquery.suggestions.css',
46 - ),
 46+ )
4747 ),
4848 'jquery.tabIndex' => new ResourceLoaderFileModule(
49 - array( 'scripts' => 'resources/jquery/jquery.tabIndex.js' ),
 49+ array( 'scripts' => 'resources/jquery/jquery.tabIndex.js' )
5050 ),
5151 'jquery.textSelection' => new ResourceLoaderFileModule(
52 - array( 'scripts' => 'resources/jquery/jquery.textSelection.js' ),
 52+ array( 'scripts' => 'resources/jquery/jquery.textSelection.js' )
5353 ),
5454
5555 /* jQuery UI */

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r72682Added registrations for modules that were present but not registered. Also re...tparscal20:31, 9 September 2010

Status & tagging log