Reduced the number of function calls required for .find() (single element root),...
authorJohn Resig <jeresig@gmail.com>
Wed, 25 Feb 2009 04:57:00 +0000 (04:57 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 25 Feb 2009 04:57:00 +0000 (04:57 +0000)
commit041fd5f2b52bb5c5dbb9ddbd6fffcc89fdbfe638
tree42a722162a3a4bf8d4a60e8a6703f059ceffaaf7
parent9c0ddfa2ad14388ba8ff138b96966e993308f6cf
Reduced the number of function calls required for .find() (single element root), optimized some calls to jQuery() as well. Goes towards fixing #4240.
src/core.js