remove class blocks from widget code
[catagits/Reaction.git] / lib / Reaction / UI / Window.pm
index 50e99af..637f75c 100644 (file)
@@ -46,7 +46,7 @@ sub flush_events {
   foreach my $type (qw/query body/) {
     my $meth = "${type}_parameters";
     my $param_hash = $ctx->req->$meth;
-    $self->focus_stack->apply_events($ctx, $param_hash)
+    $self->focus_stack->apply_events($param_hash)
       if keys %$param_hash;
   }
 };