/[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 843 - (hide annotations)
Sun Dec 14 23:26:54 2008 UTC (15 years, 5 months ago) by dpavlin
File size: 252 byte(s)
get Frey::View::NoPager in state where it can load jquery debug plugin and css
1 dpavlin 763 package Frey::jQuery;
2     use Moose::Role;
3    
4     sub depends {
5     my ($self) = @_;
6     warn "# depends";
7 dpavlin 843 $self->add_js ( 'static/js/jquery/jquery-1.2.6.js' );
8     $self->add_js ( 'static/Frey/jQuery/log.js' );
9     $self->add_css( 'static/Frey/jQuery/log.css' );
10 dpavlin 763 }
11    
12     1;

  ViewVC Help
Powered by ViewVC 1.1.26