merging in the lats of my two branches and killing them off
groditi [Wed, 14 Nov 2007 20:04:23 +0000 (20:04 +0000)]
lib/Reaction/UI/ViewPort.pm

index 98a210e..8cc6917 100644 (file)
@@ -83,7 +83,7 @@ class ViewPort which {
     my ($self, $events) = @_;
     foreach my $event ($self->accept_events) {
       if (exists $events->{$event}) {
-       # $self->ctx->log->debug("Applying Event: $event with value: ". $events->{$event});
+        # $self->ctx->log->debug("Applying Event: $event with value: ". $events->{$event});
         $self->$event($events->{$event});
       }
     }