Removed check to prevent event from being fixed twice. Unfortunately, in IE this...
authorBrandon Aaron <brandon.aaron@gmail.com>
Fri, 21 Dec 2007 02:11:26 +0000 (02:11 +0000)
committerBrandon Aaron <brandon.aaron@gmail.com>
Fri, 21 Dec 2007 02:11:26 +0000 (02:11 +0000)
commitfde3d616ac3d8efe822c6dbf23d7659b00fc54b1
treef42e531d2377677e0fa8167a42697ffb7ab36e1e
parent50c40add5ab530cefbdd09dbdcb641f22b9dc26c
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.
src/event.js