Bug Tracker

Changes between Initial Version and Version 1 of Ticket #11278, comment 3


Ignore:
Timestamp:
Feb 3, 2012, 3:02:05 PM (11 years ago)
Author:
gibson042
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11278, comment 3

    initial v1  
    1 I like this; it makes unnecessary the `jQuery.each( arr || undefined, ... )` idiom and costs almost nothing.
     1I like this; it makes unnecessary the `jQuery.each( arr || [], ... )` idiom and costs almost nothing.