]> source.dussan.org Git - jquery.git/commit
Callbacks.add now accepts array-like objects (like Arguments). Now uses the slice...
authorjaubourg <j@ubourg.net>
Wed, 25 Apr 2012 16:18:44 +0000 (18:18 +0200)
committerjaubourg <j@ubourg.net>
Wed, 25 Apr 2012 16:25:51 +0000 (18:25 +0200)
commit87c83b04589e91a96adcfce788c6207295f83a5b
tree755ce2dc59c0ffe4b411d41c5ca76104cee02b06
parent8cc217eac3c49515b8aff591a9a5a7e304f6e597
Callbacks.add now accepts array-like objects (like Arguments). Now uses the slice method of the args array in fireWith rather than a quite slow jQuery.merge.
src/callbacks.js