/[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

Diff of /trunk/lib/Frey/jQuery.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 842 by dpavlin, Tue Dec 9 20:31:25 2008 UTC revision 843 by dpavlin, Sun Dec 14 23:26:54 2008 UTC
# Line 4  use Moose::Role; Line 4  use Moose::Role;
4  sub depends {  sub depends {
5          my ($self) = @_;          my ($self) = @_;
6          warn "# depends";          warn "# depends";
7          $self->add_js('static/js/jquery/jquery-1.2.6.js');          $self->add_js ( 'static/js/jquery/jquery-1.2.6.js' );
8          $self->add_js('static/jQuery/log.js');          $self->add_js ( 'static/Frey/jQuery/log.js' );
9          $self->add_css('static/jQuery/log.css');          $self->add_css( 'static/Frey/jQuery/log.css' );
10  }  }
11    
12  1;  1;

Legend:
Removed from v.842  
changed lines
  Added in v.843

  ViewVC Help
Powered by ViewVC 1.1.26