From: Trevor Parscal Date: Thu, 9 Sep 2010 21:04:51 +0000 (+0000) Subject: Removed trailing commas mistakenly added in r72682 X-Git-Tag: 1.31.0-rc.0~35072 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dcompta/operations/modifier.php?a=commitdiff_plain;h=3856a46650a73ca5773df0cd0d2ca2678997f219;p=lhc%2Fweb%2Fwiklou.git Removed trailing commas mistakenly added in r72682 --- 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 */