Skip to main content

Bug Tracker

Side navigation

#3033 closed enhancement (fixed)

Opened June 12, 2008 10:50PM UTC

Closed July 09, 2008 07:27PM UTC

Useless check ?

Reported by: flesler Owned by: flesler
Priority: minor Milestone: 1.3
Component: selector Version: 1.2.6
Keywords: Cc:
Blocked by: Blocking:
Description

Line 269 of core.js:

return this.pushStack( /[^+>] [^+>]/.test( selector ) || selector.indexOf("..") > -1 ?

It tests for the '..' selector. We dropped this option long ago.

Though.. some people might be using compatibility plugins (I'm actually doing that in a project).

We could remove this part and add it to a future compatibility plugin.

Attachments (0)
Change History (3)

Changed June 12, 2008 10:52PM UTC by flesler comment:1

status: newassigned

Changed June 13, 2008 03:09PM UTC by john comment:2

Yep, we can definitely drop this for 1.3.

Changed July 09, 2008 07:27PM UTC by flesler comment:3

resolution: → fixed
status: assignedclosed

Applied at [5775].