Skip to content

Commit

Permalink
a little more consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 14, 2015
1 parent decc47c commit 46b076f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/DOM.pm
Expand Up @@ -73,7 +73,7 @@ sub find { $_[0]->_collect(@{$_[0]->_css->select($_[1])}) }
sub following { _select($_[0]->_collect(@{$_[0]->_siblings(1)->[1]}), $_[1]) }
sub following_nodes { $_[0]->_collect(@{$_[0]->_siblings->[1]}) }

sub matches { $_[0]->_css->matches($_[1]) }
sub matches { shift->_css->matches(@_) }

sub namespace {
my $self = shift;
Expand Down

0 comments on commit 46b076f

Please sign in to comment.