Side navigation
#12082 closed bug (fixed)
Opened July 13, 2012 11:50PM UTC
Closed July 20, 2012 02:08AM UTC
.find() POS selector no longer working in 1.8b2
Reported by: | Matt Hall <bizear@gmail.com> | Owned by: | gibson042 |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | selector | Version: | 1.8b2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using .find() in combination with a single pseudo selector is broken and throws the following error:
results is null: return results.length ? fn( results, argument, not ) : [];
Fiddle can be found here:
Interesting, because adding an explicit
*
fixes the problem: http://jsfiddle.net/GdQUu/2/