Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 27, 2011
1 parent bee4e03 commit 722a8a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Mojo/IOLoop/EventEmitter.pm
Expand Up @@ -32,7 +32,6 @@ sub on {

sub once {
my ($self, $name, $cb) = @_;
weaken $self;
my $wrapper;
$wrapper = sub {
my $self = shift;
Expand Down

0 comments on commit 722a8a3

Please sign in to comment.