From: jaubourg Date: Sun, 23 Jan 2011 04:01:36 +0000 (+0100) Subject: Fixes some coding style issues in core.js. In jQuery.fn.ready(), simplifies the whole... X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=30082d9eba66c3c919c9f8c5b97841568c443d68;hp=30082d9eba66c3c919c9f8c5b97841568c443d68;p=jquery.git Fixes some coding style issues in core.js. In jQuery.fn.ready(), simplifies the whole code (for better backward compatibility) and removes redefinition of the function itself (in order not to clash with proxying). Also, in jQuery.when(), removes unnecessary closure and early rejection test and makes use of then instead of done/fail (better interoperability). ---