Skip to content

Commit

Permalink
documentation tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 24, 2013
1 parent 14ed827 commit cd84fd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Mojolicious/Controller.pm
Expand Up @@ -583,7 +583,6 @@ L<Mojo::Transaction::WebSocket> object.
});
# Receive WebSocket message
use Mojo::JSON 'j';
$c->on(message => sub {
my ($c, $msg) = @_;
$c->app->log->debug("Message: $msg");
Expand Down

0 comments on commit cd84fd9

Please sign in to comment.