Bug Tracker

Opened 16 years ago

Closed 16 years ago

#2111 closed enhancement (fixed)

allow breaking out of $.each() for objects

Reported by: scottgonzalez Owned by:
Priority: minor Milestone: 1.2.2
Component: core Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:

Description

Returning false inside the function of $.each() breaks out of the iteration for arrays, but not objects.

Attachments (1)

each.patch (1.1 KB) - added by scottgonzalez 16 years ago.
patch to allow breaking out of $.each() for objects

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by scottgonzalez

Attachment: each.patch added

patch to allow breaking out of $.each() for objects

comment:1 Changed 16 years ago by john

Resolution: fixed
Status: newclosed

Fixed in SVN rev [4447].

Note: See TracTickets for help on using tickets.