[Rt-commit] rt branch, squish-refactor, updated. rt-3.9.7-896-g4485a37
? sunnavy
sunnavy at bestpractical.com
Mon Dec 27 10:01:31 EST 2010
The branch, squish-refactor has been updated
via 4485a37d9703379007b70573eb1661a3db89bde4 (commit)
from 5b572ed8c64f9ce240c548ef81776193d9451c41 (commit)
Summary of changes:
lib/RT.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 4485a37d9703379007b70573eb1661a3db89bde4
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Dec 27 23:00:58 2010 +0800
typo fix
diff --git a/lib/RT.pm b/lib/RT.pm
index f53f14f..156cc4c 100755
--- a/lib/RT.pm
+++ b/lib/RT.pm
@@ -760,7 +760,7 @@ helper method to add js files to C<JSFiles> config.
to add extra css files, you can add the following line
in the plugin's main file:
- RT->AddJavaScript( 'foo.js', 'bar.js' );
+ RT->AddJavaScripts( 'foo.js', 'bar.js' );
=cut
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list