Error "jQuery.event.specialAll[type].teardown.call(elem, namespaces);"

Error "jQuery.event.specialAll[type].teardown.call(elem, namespaces);"


Hi,
I have recently upgraded from jQuery 1.2 to the current latest
(1.3.2).
I am recieving the following error under Firefox 3.0.10 on Ubuntu
Linux -- (I'm not convinced its a platform specific bug though):
"jQuery.event.specialAll[type].teardown is undefined" on line 2561
the code snippet Firebug provides is:
"jQuery.event.specialAll[type].teardown.call(elem, namespaces);"
(this is using the full, unminified version)
I was wondering if someone who was familiar with this part of the code
could tell me what might cause this.
Thanks a lot,
Bob