Skip to main content

Bug Tracker

Side navigation

#2111 closed enhancement (fixed)

Opened January 04, 2008 02:54AM UTC

Closed January 14, 2008 08:07PM UTC

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 January 04, 2008 02:54AM UTC.

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

Change History (1)

Changed January 14, 2008 08:07PM UTC by john comment:1

resolution: → fixed
status: newclosed

Fixed in SVN rev [4447].