/[Frey]/branches/no-pager/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

Contents of /branches/no-pager/lib/Frey/jQuery.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 741 - (show annotations)
Sat Dec 6 16:35:43 2008 UTC (15 years, 4 months ago) by dpavlin
File size: 234 byte(s)
initial import of no pager code from
https://blog.rot13.org/2006/08/fun_with_jquery.html
1 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