/[transports]/trunk/lib/Transports.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/lib/Transports.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 101 - (hide annotations)
Sat Jun 24 16:14:18 2006 UTC (17 years, 10 months ago) by dpavlin
File size: 307 byte(s)
better way to include javascript, moved protoGrowl CSS into app-base.css
1 dpavlin 101 use strict;
2     use warnings;
3    
4     package Transports;
5    
6     =head1 Transports
7    
8     Following methods are defined in this top-level class:
9    
10     =head2 start
11    
12     Add local javascript libraries to this application
13    
14     =cut
15    
16     sub start {
17     Jifty->web->javascript_libs([
18     @{ Jifty->web->javascript_libs },
19     "protoGrowl.js",
20     ]);
21     }
22    
23     1;

  ViewVC Help
Powered by ViewVC 1.1.26