/[Frey]/trunk/lib/Frey/jQuery.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/Frey/jQuery.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 763 - (hide annotations)
Tue Dec 9 20:31:25 2008 UTC (15 years, 5 months ago) by dpavlin
File size: 234 byte(s)
 r3622@llin (orig r741):  dpavlin | 2008-12-06 17:35:43 +0100
 initial import of no pager code from
 http://blog.rot13.org/2006/08/fun_with_jquery.html

1 dpavlin 763 package Frey::jQuery;
2     use Moose::Role;
3    
4     sub depends {
5     my ($self) = @_;
6     warn "# depends";
7     $self->add_js('static/js/jquery/jquery-1.2.6.js');
8     $self->add_js('static/jQuery/log.js');
9     $self->add_css('static/jQuery/log.css');
10     }
11    
12     1;

  ViewVC Help
Powered by ViewVC 1.1.26