Removing unique check on closest(Array) (it wasn't appropriate there and broke functi...
authorjeresig <jeresig@gmail.com>
Tue, 28 Sep 2010 00:59:42 +0000 (20:59 -0400)
committerjeresig <jeresig@gmail.com>
Tue, 28 Sep 2010 00:59:42 +0000 (20:59 -0400)
commit7be11207b9267592a639eb739dc8d719c7de56a1
tree231d3f1010c8d457888983c6fbe196e771d3f64d
parent8c41325a081f4009aa94748b9b6045e50a78422e
Removing unique check on closest(Array) (it wasn't appropriate there and broke functionality elsewhere) - follow-up to commit 8c41325a081f4009aa94748b9b6045e50a78422e. Also added another test for closest(Array) after a discussion with @jitter in 26b0e913dda386b6b2848196689a02a2da6aa40d.
src/traversing.js
test/unit/traversing.js