Skip to content

Commit

Permalink
Updated the jQT.settings.selectors of touchSelector.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyip committed Nov 29, 2012
1 parent 617fd3f commit b02bd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jqtouch-jquery2.js
Expand Up @@ -140,7 +140,7 @@

setTimeout(function() {
$marked = $el;
var mySelectors = jQT.settings.selectors.join(', ');
var mySelectors = jQT.settings.touchSelector;
while ($marked.parent().is(mySelectors)) {
$marked = $marked.parent();
}
Expand Down

0 comments on commit b02bd57

Please sign in to comment.