Fixed #2080 by removing the check for nodeType != 1. It was put in to limit the...
authorDavid Serduke <davidserduke@gmail.com>
Thu, 20 Dec 2007 18:55:43 +0000 (18:55 +0000)
committerDavid Serduke <davidserduke@gmail.com>
Thu, 20 Dec 2007 18:55:43 +0000 (18:55 +0000)
commit17640273705d1450b806bb5c8e71c2849d864a37
tree96750f03c22dc7c34c4c69516c2b5e2ff623ed4b
parent1fc7dcff11827a2abd3516c941b56d0b2b46f078
Fixed #2080 by removing the check for nodeType != 1.  It was put in to limit the queuing to just dom objects (ie not text nodes and comment nodes), but the queuing functionality is being used more broadly than I realized so the check is now removed.
src/fx.js