removing silly debug statement from Image widget
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Collection.pm
CommitLineData
2f670e13 1package Reaction::UI::Widget::Collection;
2
3use Reaction::UI::WidgetClass;
4
5class Collection, which {
6
7 implements fragment members {
8 render member => over $_{viewport}->members;
9 };
10
11 implements fragment member {
12 render 'viewport';
13 };
14
15};
16
171;
18
19__END__;
2dba7201 20
21=head1 NAME
22
23Reaction::UI::Widget::Collection
24
25=head1 DESCRIPTION
26
27=head1 FRAGMENTS
28
29=head1 AUTHORS
30
31See L<Reaction::Class> for authors.
32
33=head1 LICENSE
34
35See L<Reaction::Class> for the license.
36
37=cut