Bring jQuery('#id') and jQuery('body') logic back into core (while leaving it in...
authorjeresig <jeresig@gmail.com>
Thu, 20 Jan 2011 16:58:44 +0000 (11:58 -0500)
committerjeresig <jeresig@gmail.com>
Thu, 20 Jan 2011 16:58:44 +0000 (11:58 -0500)
commite4d01688932960896419dc52ffd691cc4f9b3029
tree968ea8ffd6f71d774fbab9583a3f385a8061a0cf
parent0f6c7830ce5bdd31588dccdc40b6254fb4a9100f
Bring jQuery('#id') and jQuery('body') logic back into core (while leaving it in Sizzle at the same time). Was causing too much of a performance hit to leave it all to Sizzle.
src/core.js