jQuery: The Write Less, Do More JavaScript Library

Ticket #2743: possible changes.txt

File possible changes.txt, 325 bytes (added by flesler, 3 months ago)

Some more possible changes described

Line 
1- $.each with args is only used in: 1327 and 2444, could be discarded ?
2line 184 - does it matter what document creates a text node ?
3- .isArrayLike() as jQuery method ? can be used at jQuery.makeArray, jQuery.fn.not and some other places.
4line 555 - maybe instead of target = {} --> return target or return {}? (unsure)