Fixes some coding style issues in core.js. In jQuery.fn.ready(), simplifies the whole...
authorjaubourg <j@ubourg.net>
Sun, 23 Jan 2011 04:01:36 +0000 (05:01 +0100)
committerjaubourg <j@ubourg.net>
Sun, 23 Jan 2011 04:01:36 +0000 (05:01 +0100)
commit30082d9eba66c3c919c9f8c5b97841568c443d68
tree907091201f95e2cb729138b83d5ec26c86eae0d6
parentbea4815294f6bdf94cbe50a5a978e2c6bfa2c396
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).
src/core.js