Fixed problem with $("div",$("body")) breaking (returning an array, of length one...
authorJohn Resig <jeresig@gmail.com>
Sun, 7 Jan 2007 22:29:15 +0000 (22:29 +0000)
committerJohn Resig <jeresig@gmail.com>
Sun, 7 Jan 2007 22:29:15 +0000 (22:29 +0000)
commit33662cd713c28b2db0adccec170ffe93b35f098a
tree04746023787b157f7447a16e63c455751c1bde92
parent0798c6e64e4e0c984d5ece50ade61827c2105c39
Fixed problem with $("div",$("body")) breaking (returning an array, of length one, containing undefined).
src/jquery/jquery.js
src/selector/selector.js