Side navigation
#5203 closed bug (invalid)
Opened September 10, 2009 07:30PM UTC
Closed September 14, 2009 05:34PM UTC
.selector bug in 1.3.3 $('body')
Reported by: | cowboy | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | Cc: | cowboy | |
Blocked by: | Blocking: |
Description
I encountered this when working on #5202. $('body').selector isn't set, since internally, selector is set to document.body BUT this.selector is never set. So, that being said..
Attachments (0)
Change History (1)
Changed September 14, 2009 05:34PM UTC by comment:1
cc: | → cowboy |
---|---|
component: | unfilled → selector |
resolution: | → invalid |
status: | new → closed |
I just removed the whole body check ([6546]) as it is then handled by $("TAG") pretty fast too.