Fixed a couple problems found in the test suite. First, IE doesn't like it when...
authorDavid Serduke <davidserduke@gmail.com>
Thu, 20 Dec 2007 20:40:20 +0000 (20:40 +0000)
committerDavid Serduke <davidserduke@gmail.com>
Thu, 20 Dec 2007 20:40:20 +0000 (20:40 +0000)
commit50c40add5ab530cefbdd09dbdcb641f22b9dc26c
tree9f388acbc9b8ec0ce58cafc849823973bb42efba
parentbdd6aca209fe79bc6a085693008436cce37d5b31
Fixed a couple problems found in the test suite.  First, IE doesn't like it when text nodes were trying to duplicate their events in clone, so don't do text nodes (that shouldn't have events anyway).  Also the fx module was freezing from a recent update that wasn't quite finished.
src/core.js
test/unit/fx.js