From: Brandon Aaron Date: Fri, 21 Dec 2007 02:11:26 +0000 (+0000) Subject: Removed check to prevent event from being fixed twice. Unfortunately, in IE this... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=fde3d616ac3d8efe822c6dbf23d7659b00fc54b1;hp=fde3d616ac3d8efe822c6dbf23d7659b00fc54b1;p=jquery.git Removed check to prevent event from being fixed twice. Unfortunately, in IE this is sometimes necessary with its global event object. Binding both a mousedown and mousemove event is an example. ---