Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Sep 21, 2015
1 parent 0637313 commit 29e66eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/button-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
if ( !label ) return; //react if a label or its immediate child is clicked

var target = this, //e.currentTarget || e.srcElement; // the button group, the target of the Button function
labels = target.querySelectorAll('.btn'), // all the button group buttons
labels = target.querySelectorAll('.btn'), ll = labels.length, i = 0, // all the button group buttons
input = label.getElementsByTagName('INPUT')[0];

if ( !input ) return; //return if no input found
Expand Down

0 comments on commit 29e66eb

Please sign in to comment.