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

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

revision 1132 by dpavlin, Mon Jan 5 22:10:59 2009 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 2  package Frey::jQuery::flot; Line 2  package Frey::jQuery::flot;
2  use Moose;  use Moose;
3    
4  extends 'Frey';  extends 'Frey';
5  with 'Frey::Web';  with 'Frey::Web', 'Frey::jQuery', 'Frey::File', 'Frey::Web::IFrame';
 #with 'Frey::Storage';  
 with 'Frey::jQuery';  
 with 'Frey::File'; # FIXME inline on demand?  
 with 'Frey::Web::IFrame';  
6    
7  use DateTimeX::Easy;  use DateTimeX::Easy;
8    
# Line 136  sub as_markup { Line 132  sub as_markup {
132          |;          |;
133  }  }
134    
135    __PACKAGE__->meta->make_immutable;
136    no Moose;
137    
138  1;  1;

Legend:
Removed from v.1132  
changed lines
  Added in v.1133

  ViewVC Help
Powered by ViewVC 1.1.26