Description
Channel#done() uses setTimeout() to execute delayed Ajax calls.
On IE when the delayed call is executed, jquery's #preventDefault() fails with 'member not found' because the original event object's properties (here e.returnValue) can no longer be accessed.