Index: trunk/phase3/resources/Resources.php |
— | — | @@ -18,37 +18,37 @@ |
19 | 19 | /* jQuery Plugins */ |
20 | 20 | |
21 | 21 | 'jquery.async' => new ResourceLoaderFileModule( |
22 | | - array( 'scripts' => 'resources/jquery/jquery.async.js' ), |
| 22 | + array( 'scripts' => 'resources/jquery/jquery.async.js' ) |
23 | 23 | ), |
24 | 24 | 'jquery.autoEllipsis' => new ResourceLoaderFileModule( |
25 | | - array( 'scripts' => 'resources/jquery/jquery.autoEllipsis.js' ), |
| 25 | + array( 'scripts' => 'resources/jquery/jquery.autoEllipsis.js' ) |
26 | 26 | ), |
27 | 27 | 'jquery.color' => new ResourceLoaderFileModule( |
28 | | - array( 'scripts' => 'resources/jquery/jquery.color.js' ), |
| 28 | + array( 'scripts' => 'resources/jquery/jquery.color.js' ) |
29 | 29 | ), |
30 | 30 | 'jquery.cookie' => new ResourceLoaderFileModule( |
31 | | - array( 'scripts' => 'resources/jquery/jquery.cookie.js' ), |
| 31 | + array( 'scripts' => 'resources/jquery/jquery.cookie.js' ) |
32 | 32 | ), |
33 | 33 | 'jquery.delayedBind' => new ResourceLoaderFileModule( |
34 | | - array( 'scripts' => 'resources/jquery/jquery.delayedBind.js' ), |
| 34 | + array( 'scripts' => 'resources/jquery/jquery.delayedBind.js' ) |
35 | 35 | ), |
36 | 36 | 'jquery.expandableField' => new ResourceLoaderFileModule( |
37 | | - array( 'scripts' => 'resources/jquery/jquery.expandableField.js' ), |
| 37 | + array( 'scripts' => 'resources/jquery/jquery.expandableField.js' ) |
38 | 38 | ), |
39 | 39 | 'jquery.highlightText' => new ResourceLoaderFileModule( |
40 | | - array( 'scripts' => 'resources/jquery/jquery.highlightText.js' ), |
| 40 | + array( 'scripts' => 'resources/jquery/jquery.highlightText.js' ) |
41 | 41 | ), |
42 | 42 | 'jquery.suggestions' => new ResourceLoaderFileModule( |
43 | 43 | array( |
44 | 44 | 'scripts' => 'resources/jquery/jquery.suggestions.js', |
45 | 45 | 'styles' => 'resources/jquery/jquery.suggestions.css', |
46 | | - ), |
| 46 | + ) |
47 | 47 | ), |
48 | 48 | 'jquery.tabIndex' => new ResourceLoaderFileModule( |
49 | | - array( 'scripts' => 'resources/jquery/jquery.tabIndex.js' ), |
| 49 | + array( 'scripts' => 'resources/jquery/jquery.tabIndex.js' ) |
50 | 50 | ), |
51 | 51 | 'jquery.textSelection' => new ResourceLoaderFileModule( |
52 | | - array( 'scripts' => 'resources/jquery/jquery.textSelection.js' ), |
| 52 | + array( 'scripts' => 'resources/jquery/jquery.textSelection.js' ) |
53 | 53 | ), |
54 | 54 | |
55 | 55 | /* jQuery UI */ |