Skip to main content

Bug Tracker

Side navigation

#3927 closed bug (fixed)

Opened January 20, 2009 04:20PM UTC

Closed January 20, 2009 07:58PM UTC

selector.js in svn currently missing ';' so can't be packed (with fix)

Reported by: beat Owned by: john
Priority: critical Milestone: 1.3.1
Component: selector Version: 1.3
Keywords: Cc: beat@joomlapolis.com
Blocked by: Blocking:
Description

line 834: } should be };

This:

return Sizzle.filter( later, tmpSet );

}

EXPOSE

jQuery.find = Sizzle;

Should be:

return Sizzle.filter( later, tmpSet );

};

EXPOSE

jQuery.find = Sizzle;

Attachments (0)
Change History (1)

Changed January 20, 2009 07:58PM UTC by john comment:1

resolution: → fixed
status: newclosed

Fixed in SVN rev [6145].