formatting changes only. no actual functionality difference
groditi [Sat, 11 Oct 2008 21:03:58 +0000 (21:03 +0000)]
lib/Reaction/UI/ViewPort/Collection/Grid/Member.pm
lib/Reaction/UI/ViewPort/Object.pm
lib/Reaction/UI/Widget/Collection/Grid/Member.pm
lib/Reaction/UI/Widget/Collection/Grid/Member/WithActions.pm

index 1f6442e..473fc0e 100644 (file)
@@ -5,8 +5,6 @@ use Reaction::Class;
 use namespace::clean -except => [ qw(meta) ];
 extends 'Reaction::UI::ViewPort::Object';
 
-
-
 around _build_fields_for_type_Num => sub {
   $_[0]->(@_[1,2], { layout => 'value/number', %{ $_[3] || {}} })
 };
index e7a2e3a..ed68f20 100644 (file)
@@ -170,11 +170,11 @@ sub _build_simple_field {
 
   my $field_name = $args{attribute}->name;
   return $class->new(
-                     ctx       => $self->ctx,
-                     model     => $self->model,
-                     location  => join('-', $self->location, 'field', $field_name),
-                     %args
-                    );
+    ctx => $self->ctx,
+    model => $self->model,
+    location => join('-', $self->location, 'field', $field_name),
+    %args
+  );
 }
 
 sub _build_fields_for_type_Num {
index 4274204..19c355a 100644 (file)
@@ -5,17 +5,12 @@ use Reaction::UI::WidgetClass;
 use namespace::clean -except => [ qw(meta) ];
 extends 'Reaction::UI::Widget::Object';
 
-
-
-
 __PACKAGE__->meta->make_immutable;
 
-
 1;
 
 __END__;
 
-
 =head1 NAME
 
 Reaction::UI::Widget::Collection::Grid::Member
index 59c27bb..156f216 100644 (file)
@@ -5,8 +5,6 @@ use Reaction::UI::WidgetClass;
 use namespace::clean -except => [ qw(meta) ];
 extends 'Reaction::UI::Widget::Collection::Grid::Member';
 
-
-
 implements fragment actions {
   render action => over $_{viewport}->actions;
 };
@@ -17,5 +15,24 @@ implements fragment action {
 
 __PACKAGE__->meta->make_immutable;
 
-
 1;
+
+__END__;
+
+=head1 NAME
+
+Reaction::UI::Widget::Grid::Member::WithActions
+
+=head1 DESCRIPTION
+
+=head1 FRAGMENTS
+
+=head1 AUTHORS
+
+See L<Reaction::Class> for authors.
+
+=head1 LICENSE
+
+See L<Reaction::Class> for the license.
+
+=cut