From 29e66eba93abf3b9d4c8fc3c86a6796dee22896c Mon Sep 17 00:00:00 2001 From: thednp Date: Mon, 21 Sep 2015 04:53:23 +0300 Subject: [PATCH] --- lib/button-native.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/button-native.js b/lib/button-native.js index 6232ada1..043abe47 100644 --- a/lib/button-native.js +++ b/lib/button-native.js @@ -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