[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.5-77-g97f177e

Kevin Falcone falcone at bestpractical.com
Thu Feb 16 11:52:31 EST 2012


The branch, 4.0-trunk has been updated
       via  97f177e5fbc18b6561336c1d26018c9671d260b0 (commit)
      from  3f33ee62caf3d7b37bc1395ffc6f552ad80b66ba (commit)

Summary of changes:
 lib/RT.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 97f177e5fbc18b6561336c1d26018c9671d260b0
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Feb 16 11:47:57 2012 -0500

    Fix a typo
    
    It appears that the doc was copied between AddStyleSheets and
    AddJavaScript.

diff --git a/lib/RT.pm b/lib/RT.pm
index cf4ad5f..025874d 100644
--- a/lib/RT.pm
+++ b/lib/RT.pm
@@ -735,7 +735,7 @@ sub CanonicalizeGeneratedPaths {
 =head2 AddJavaScript
 
 helper method to add js files to C<JSFiles> config.
-to add extra css files, you can add the following line
+to add extra js files, you can add the following line
 in the plugin's main file:
 
     RT->AddJavaScript( 'foo.js', 'bar.js' ); 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list