Skip to content

Commit

Permalink
jshint complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Nov 20, 2011
1 parent 3b01953 commit adec94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qwery.js
Expand Up @@ -337,7 +337,7 @@
else if (e.length) result = result.concat(arrayify(e))
}))
return ss.length > 1 && result.length > 1 ? uniq(result) : result
} catch(e) { }
} catch(ex) { }
return selectNonNative(selector, root)
}
// native support for CSS2 selectors only
Expand Down

0 comments on commit adec94d

Please sign in to comment.