From 3856a46650a73ca5773df0cd0d2ca2678997f219 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Thu, 9 Sep 2010 21:04:51 +0000 Subject: [PATCH] Removed trailing commas mistakenly added in r72682 --- resources/Resources.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/Resources.php b/resources/Resources.php index 0162383942..ebd7d8c735 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -18,37 +18,37 @@ ResourceLoader::register( array( /* jQuery Plugins */ 'jquery.async' => new ResourceLoaderFileModule( - array( 'scripts' => 'resources/jquery/jquery.async.js' ), + array( 'scripts' => 'resources/jquery/jquery.async.js' ) ), 'jquery.autoEllipsis' => new ResourceLoaderFileModule( - array( 'scripts' => 'resources/jquery/jquery.autoEllipsis.js' ), + array( 'scripts' => 'resources/jquery/jquery.autoEllipsis.js' ) ), 'jquery.color' => new ResourceLoaderFileModule( - array( 'scripts' => 'resources/jquery/jquery.color.js' ), + array( 'scripts' => 'resources/jquery/jquery.color.js' ) ), 'jquery.cookie' => new ResourceLoaderFileModule( - array( 'scripts' => 'resources/jquery/jquery.cookie.js' ), + array( 'scripts' => 'resources/jquery/jquery.cookie.js' ) ), 'jquery.delayedBind' => new ResourceLoaderFileModule( - array( 'scripts' => 'resources/jquery/jquery.delayedBind.js' ), + array( 'scripts' => 'resources/jquery/jquery.delayedBind.js' ) ), 'jquery.expandableField' => new ResourceLoaderFileModule( - array( 'scripts' => 'resources/jquery/jquery.expandableField.js' ), + array( 'scripts' => 'resources/jquery/jquery.expandableField.js' ) ), 'jquery.highlightText' => new ResourceLoaderFileModule( - array( 'scripts' => 'resources/jquery/jquery.highlightText.js' ), + array( 'scripts' => 'resources/jquery/jquery.highlightText.js' ) ), 'jquery.suggestions' => new ResourceLoaderFileModule( array( 'scripts' => 'resources/jquery/jquery.suggestions.js', 'styles' => 'resources/jquery/jquery.suggestions.css', - ), + ) ), 'jquery.tabIndex' => new ResourceLoaderFileModule( - array( 'scripts' => 'resources/jquery/jquery.tabIndex.js' ), + array( 'scripts' => 'resources/jquery/jquery.tabIndex.js' ) ), 'jquery.textSelection' => new ResourceLoaderFileModule( - array( 'scripts' => 'resources/jquery/jquery.textSelection.js' ), + array( 'scripts' => 'resources/jquery/jquery.textSelection.js' ) ), /* jQuery UI */ -- 2.20.1